Mercurial > baum
diff examples/sum3input.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 | fb1a879a7c85 |
children | 6e46b106c334 |
line wrap: on
line diff
--- a/examples/sum3input.baum Sat Mar 01 20:04:08 2008 +0100 +++ b/examples/sum3input.baum Sat Mar 01 20:10:02 2008 +0100 @@ -1,5 +1,11 @@ # 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)