a="hello"
b="test"

func 0,5

print a
print b

end

@func a,b
	a=a+1
	if a<b then func a,b
	print a
_@




