From dc1ef25f1a7f8e36e93928e5b0288e203833e14a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 18 Feb 2022 09:39:53 +0200 Subject: Clean up --- samples/char.slam | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 samples/char.slam (limited to 'samples/char.slam') diff --git a/samples/char.slam b/samples/char.slam new file mode 100644 index 0000000..05e2b9a --- /dev/null +++ b/samples/char.slam @@ -0,0 +1,9 @@ +define up unphrase ; +define p phrase ; + +define hello + $name ! + '[ "Hello " up $name @ up " 👋" up '] p + $name forget ; + +"Jan" hello s. -- cgit v1.3