Boolean values: Difference between revisions

Content added Content deleted
(add task to ARM64 assembly Raspberry Pi)
m (minor correction)
Line 1,987: Line 1,987:
Self has two objects, ''true'' and ''false''.
Self has two objects, ''true'' and ''false''.
=={{header|SenseTalk}}==
=={{header|SenseTalk}}==
True, Yes, and On are true; everything else (including the special values False, No, and Off) is false.
True, Yes, and On are true; False, No, Off and Empty (an empty string) are false.
<lang sensetalk>repeat with each item of (True, False, Yes, No, On, Off, "")
<lang sensetalk>repeat with each item of (True, False, Yes, No, On, Off, "")
put it is true
put it is true