Crowlang/crow

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

Bravotic opened this issue · 1 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