summaryrefslogtreecommitdiffstats
path: root/test/test2.snt
blob: e02d7b5a2512a6396932f2551d002719a92a23f5 (plain) (blame)
1
2
3
4
5
6
7
8
: test
  begin
    1 + dup notify
    dup 10 > if ; then
  repeat ;

: main
  0 test ;