-
-
Notifications
You must be signed in to change notification settings - Fork 4
caveats
pannous edited this page Sep 11, 2021
·
1 revision
Wasp angle has some behavior which might be foreign for programmers of other languages:
- truthiness is mathematical (0==ø==nil==[])
- increment ++ is immediate, thus ++i and i++ are identical