Four is magic: Difference between revisions

Content deleted Content added
CalmoSoft (talk | contribs)
CalmoSoft (talk | contribs)
Line 489:
 
for n = 1 to len(names)
nlist = []
nam = names[n]
while true
if nam = "four"
see "four is magic" + nl
loop 2
ok
nr = len(nam)
str = nam + " is " + names[nr] + ", "
add(nlist, str)
nam = names[nr]
if nr = 4
exit
ok
end
for p = 1 to len(nlist)
if p = len(nlist)
see left(nlist[p], len(nlist[p]) - 2)
else
see nlist[p]
ok
next
see ", four is magic."
see nl
next
</lang>