mna / agora

a dynamically typed, garbage collected, embeddable programming language built with Go
https://github.com/mna/agora/wiki
BSD 3-Clause "New" or "Revised" License
324 stars 27 forks source link

Short-circuiting && and || #16

Closed mna closed 10 years ago

mna commented 10 years ago

Implement short-circuiting and return the truthy or falsy result value.

mna commented 10 years ago

implemented in next