Files
linguist/samples/Cirru/bool.cirru
2014-01-23 19:52:58 +08:00

7 lines
100 B
Plaintext

print $ bool true
print $ bool false
print $ bool yes
print $ bool no
print $ bool 1
print $ bool 0