Help for this page

Select Code to Download


  1. or download this
    1800 IF V$="THEN FOO ELSE IF BAR" THEN $K="FOO"
  2. or download this
    1800 IF V$="K" THEN A$="+K+" ELSE IF V$="R" THEN A$="?R?" ELSE IF V$="M" THEN A$="!M!":Z1=R1:Z2=R2
  3. or download this
    1800   IF V$="K" THEN GOTO {fixup:skip}
    1800.1 GOTO {fixup:after-next-goto}
    1800.2 A$="+K+"
    ...
    1800.b Z1=R1
    1800.c Z2=R2
    1800.d REM
    
  4. or download this
    1800.8 IF V$="M" THEN GOTO {fixup:skip}
    1800.9 GOTO {fixup:end}
    1800.a
    
  5. or download this
    1800.8 IF V$<>"M" THEN GOTO {fixup:end}
    1800.9