Boolean values: Difference between revisions

Content added Content deleted
(add BQN)
Line 1,448: Line 1,448:


=={{header|M2000 Interpreter}}==
=={{header|M2000 Interpreter}}==
True is -1 and False is 0 (double type), but any compare return boolean. We can define boolean type variables.
True is -1 and False is 0 (double type), but any comparison return boolean. We can define boolean type variables.


Using Switches "+sbl" in console or Set Switches "+sbl" in code in a module, we get Prints of boolean values as True/False or Αληθές/Ψευδές
Using Switches "+sbl" in console or Set Switches "+sbl" in code in a module, we get Prints of boolean values as True/False or Αληθές/Ψευδές