orgMINT / MINT

MINT2 The latest version of MINT
GNU General Public License v3.0
16 stars 3 forks source link

';' /C error - does not return to prompt #38

Open SteveJustin1963 opened 1 week ago

SteveJustin1963 commented 1 week ago

MINT2.0

> /K
// press `;`
>
> .
59  // ascii for ;
> 59 /C
;  // looks correct
// try this 
> ';' /C

does not return to prompt