charly-lang / charly

🐈 The Charly Programming Language | Written by @KCreate
https://charly-lang.github.io/charly/
MIT License
199 stars 10 forks source link

`&&`, `||` operators #60

Closed KCreate closed 7 years ago

KCreate commented 7 years ago
if (true && true || false) {
  # This will run in this case
};
KCreate commented 7 years ago

Implemented via the latest commits to master