cronokirby / iku

WIP programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add boolean operators

cronokirby opened this issue · comments

We should add the standard boolean operators:

!, &&, ||

These should have the standard shortcircuiting behavior as well.