MatthewKosloski / torrey

The Torrey Programming Language

Home Page:https://torrey.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print boolean expressions

MatthewKosloski opened this issue · comments

(println true)
(print (> 2 3))
(println (if true false))

Closing as this is a duplicate of #22