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

3 lines
31 B
Text

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