We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6481cbc commit 133a99eCopy full SHA for 133a99e
1 file changed
src/actions.asm
@@ -369,14 +369,12 @@ exit:
369
clc
370
adc var_namelen
371
sta bpos
372
- jsr parser_skipws
373
374
rts
375
.endproc
376
377
; Sets the type of a variable - variable number and new type must be in the stack:
378
.proc E_VAR_SET_TYPE
379
380
jsr get_last_tok ; Get variable TYPE from last token
381
382
.ifdef FASTBASIC_FP
0 commit comments