Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
97 B
0
Indexable
Never
Declare sub series()
cls 
call series
end
sub series 
for i =1 to 10 
print i^2j 
nest i 
end sub
Leave a Comment