baum

view examples/sum3input_v2.baum @ 54:6e46b106c334

updated examples to "create" instead of "input"
author meillo@marmaro.de
date Sun, 02 Mar 2008 16:43:07 +0100
parents 96e2d58bc346
children
line source
1 # example program for baum
2 # http://prog.marmaro.de/baum
3 #
4 # echoes the sum and a newline afterwards
5 # then returns 0 to the shell
6 #
7 # see: sum3input.baum
9 number(0)
10 sum(0)
11 print(0)
12 sum(0)
13 create(0)
14 create(0)
15 create(0)
16 print(99)
17 number(10)