summaryrefslogtreecommitdiffstats
path: root/samples/char.slam
diff options
context:
space:
mode:
Diffstat (limited to 'samples/char.slam')
-rw-r--r--samples/char.slam9
1 files changed, 9 insertions, 0 deletions
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.