RosettaCodeData/Task/Boolean-values/Picat/boolean-values.picat
2023-07-01 13:44:08 -04:00

6 lines
101 B
Text

go ?=>
member(N,1..5),
println(N),
fail, % or false/0 to get other solutions
nl.
go => true.