Odd word problem: Difference between revisions

No edit summary
Line 1,520:
one$=If$(last$=""->c$(), last$)
if one$="" then exit
if not one$ ~"[a-zzA-Z]" Then last$=one$: exit
\\ print before
Print one$;
Line 1,528:
one$=If$(last$=""->c$(), last$)
if one$="" then exit
if not one$ ~"[a-zzA-Z]" Then last$=one$: exit
Call MyOdd, c$, &last$
\\ print after
Anonymous user