JoystickAndCursorKeys / basic64-js

Commodore 64 Basic Emulator
GNU General Public License v3.0
16 stars 3 forks source link

You should be able to use : after a command, in order to remove "junk" #217

Open cursorkeys opened 2 years ago

cursorkeys commented 2 years ago

load "hello" : this is some random text

should result in loading "hello", and then after that throwing a syntax error.