1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 13:17:39 +00:00
bobbylisp/blspc/example/if.blsp

1 line
40 B
Plaintext
Raw Normal View History

2022-01-26 02:21:53 +00:00
(if true (print "True") (print "False"))