Boolean values: Difference between revisions

no edit summary
No edit summary
Line 1,893:
 
Self has two objects, ''true'' and ''false''.
=={{header|SenseTalk}}==
True, Yes, and On are true; everything else (including the special values False, No, and Off) is false.
<lang sensetalk>repeat with each item of (True, False, Yes, No, On, Off, "")
put it is true
end repeat
</lang>
 
=={{header|Sidef}}==
Anonymous user