baum

view examples/sum3input.baum @ 56:7adeee76ce3e

updated TODO; removed trailing spaces from LICENSE
author meillo@marmaro.de
date Sun, 16 Mar 2008 20:11:02 +0100
parents 96e2d58bc346
children
line source
1 # example program for baum
2 # http://prog.marmaro.de/baum
3 #
4 # asks the user to input 3 numbers
5 # then prints the sum of them
6 # and returns the sum to the shell
7 #
8 # Attention: expect number overflow!
10 print(0)
11 sum(0)
12 create(0)
13 create(0)
14 create(0)