RosettaCodeData/Task/Boolean-values/Zkl/boolean-values.zkl
2017-09-25 22:28:19 +02:00

3 lines
31 B
Text

a:=True;
b:=False;
True.dir();