Jump to content

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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.