Mercurial > baum
view examples/sum3input.baum @ 49:00de718c8590
Added tag 0.3 for changeset f9fc4c4f9e3d666dad2bd1efa627fb646334433c
author | meillo@marmaro.de |
---|---|
date | Sun, 02 Mar 2008 13:35:42 +0100 |
parents | 96e2d58bc346 |
children | 6e46b106c334 |
line wrap: on
line source
# example program for baum # http://prog.marmaro.de/baum # # asks the user to input 3 numbers # then prints the sum of them # and returns the sum to the shell # # Attention: expect number overflow! print(0) sum(0) input(0) input(0) input(0)