Toggle navigation
?
users online
Logout
Open hangout
Open chat for current file
nota(X,Y) :- X < 5 -> Y = suspenso ; X < 7 -> Y = aprobado ; X < 9 -> Y = notable ; true -> Y = sobresaliente. /** <examples> ?- nota(6,X). ?- nota(6,sobresaliente). */