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 3ec9a11 commit 7312dd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/crate/sample.crate
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ del var;

$ global
global var;

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

0 comments on commit 7312dd6

Please sign in to comment.