From d9ecf3c4c5f3486d24c8e1d3881d075855fa5527 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 27 Jan 2022 22:16:50 +0200 Subject: Add variable operations like Forth --- samples/variables.sample | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 samples/variables.sample (limited to 'samples') 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 @ + . -- cgit v1.3