printnum
(
n
)
end
function
printnum
(
n
)
inc
n
print
n
if
n<
100
then
printnum
(
n
)
endfunction