Execute Brain****/BASIC/QuickBasic: Difference between revisions

Content deleted Content added
cat
m Speed up processing a bit by putting more common characters at the front of the instruction chars string
Line 6: Line 6:
<qbasic>CLS
<qbasic>CLS
memsize = 20000
memsize = 20000
instChars$ = "[]<>.,+-" 'valid characters
instChars$ = "+-<>.,[]" 'valid characters
ptr = 0 'memory pointer
ptr = 0 'memory pointer