summaryrefslogtreecommitdiffstats
path: root/test/test2.snt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test2.snt')
-rw-r--r--test/test2.snt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test2.snt b/test/test2.snt
new file mode 100644
index 0000000..e02d7b5
--- /dev/null
+++ b/test/test2.snt
@@ -0,0 +1,8 @@
+: test
+ begin
+ 1 + dup notify
+ dup 10 > if ; then
+ repeat ;
+
+: main
+ 0 test ;