Skip to content

Commit

Permalink
Update sample.crate
Browse files Browse the repository at this point in the history
  • Loading branch information
silas-wr authored Jul 26, 2024
1 parent 08766b0 commit 2c29466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crate/sample.crate
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $ global
global var;

$ increment/decrement
var++;
++var;
var--;
var++;
--var;
var--;

0 comments on commit 2c29466

Please sign in to comment.