view examples/sum3input.baum @ 27:1c3dd1e88bdf

empty stack at the end (thanks valgrind to show me this)
author meillo@marmaro.de
date Thu, 21 Feb 2008 10:09:36 +0100
parents fb1a879a7c85
children 96e2d58bc346
line wrap: on
line source

# example program for baum
# http://prog.marmaro.de/baum

print(0)
	sum(0)
		input(0)
		input(0)
		input(0)