summaryrefslogtreecommitdiffstats
path: root/test/test2.snt
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 15:50:48 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 15:50:48 -0500
commitca9c150fc0b67a3d6901594f2d2d2f22017b166e (patch)
treec405c8f2747395a082d9af36ce8e1c2df0ff3189 /test/test2.snt
downloadsonnet-ca9c150fc0b67a3d6901594f2d2d2f22017b166e.tar.gz
sonnet-ca9c150fc0b67a3d6901594f2d2d2f22017b166e.zip
initial importHEADmaster
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 ;