Crowlang / crow

Crow Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add (cond), refactor (loop), (while), and (do-while)

Bravotic opened this issue · comments

Basically try to get rid of places where people would need to use (block).

Also add (when) which will take the place of using blocks in an if statement