diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-01-27 22:16:50 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-01-27 22:16:50 +0200 |
| commit | d9ecf3c4c5f3486d24c8e1d3881d075855fa5527 (patch) | |
| tree | 98c499e6ec6e5819456591860ee740a47a0a165b /samples | |
| parent | 7dbb6e631346cbb790300d823dff6efdf84288d7 (diff) | |
Add variable operations like Forth
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/variables.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/variables.sample b/samples/variables.sample new file mode 100644 index 0000000..43d798c --- /dev/null +++ b/samples/variables.sample @@ -0,0 +1,2 @@ +10 $foo ! +1 $foo @ + . |
