a=0
b=1
repeat 15
	mes str(a)
	c=a+b
	a=b
	b=c
loop
stop
