summaryrefslogtreecommitdiffstats
path: root/samples/char.sample
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-18 09:39:53 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-18 09:39:53 +0200
commitdc1ef25f1a7f8e36e93928e5b0288e203833e14a (patch)
treeb2baa429efd629e55bcd8455a5e46be198d2eba1 /samples/char.sample
parent7a6dc3758c361aa7685934a1896db9f23f1d74be (diff)
Clean up
Diffstat (limited to 'samples/char.sample')
-rw-r--r--samples/char.sample9
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/char.sample b/samples/char.sample
deleted file mode 100644
index 05e2b9a..0000000
--- a/samples/char.sample
+++ /dev/null
@@ -1,9 +0,0 @@
-define up unphrase ;
-define p phrase ;
-
-define hello
- $name !
- '[ "Hello " up $name @ up " 👋" up '] p
- $name forget ;
-
-"Jan" hello s.