We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce78392 commit e63d685Copy full SHA for e63d685
examples/++.janet
@@ -0,0 +1,3 @@
1
+(var a 0) # -> 0
2
+(set a (+ a 1)) # -> 1
3
+(++ a) # -> 2 (same effect as above)
0 commit comments