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.
2 parents ce78392 + e63d685 commit a08c4b0Copy full SHA for a08c4b0
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