baum

view examples/sum3input.baum @ 24:69a7cf2f0c06

make dist includes now a stripped executable (should we include the exe at all?)
author meillo@marmaro.de
date Wed, 13 Feb 2008 22:04:12 +0100
parents
children 96e2d58bc346
line source
1 # example program for baum
2 # http://prog.marmaro.de/baum
4 print(0)
5 sum(0)
6 input(0)
7 input(0)
8 input(0)