Mercurial > baum
comparison examples/sum3input_v2.baum @ 39:96e2d58bc346
added new example program; added comments to example programs
author | meillo@marmaro.de |
---|---|
date | Sat, 01 Mar 2008 20:10:02 +0100 |
parents | |
children | 6e46b106c334 |
comparison
equal
deleted
inserted
replaced
38:ff01f0f076e4 | 39:96e2d58bc346 |
---|---|
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 | |
8 | |
9 number(0) | |
10 sum(0) | |
11 print(0) | |
12 sum(0) | |
13 input(0) | |
14 input(0) | |
15 input(0) | |
16 print(99) | |
17 number(10) |