• Timothy E Baldwin's avatar
    Fix GSTrans of quoted macro variable · 0eeb16a7
    Timothy E Baldwin authored
        *BASIC
        *SetMacro Macro Test
        SYS "OS_GSTrans", """<Macro>""", &10000, &100
    
    Would result in an erroneous "String not recognised" error as the
    end of macro variable was reached before closing quote.
    Fix by reordering the checks.
    0eeb16a7
Arthur2 66.6 KB