iSorp / macro-executor

Fanuc macro executor language
MIT License
19 stars 9 forks source link

GOTO Command in definition file shows error #8

Closed Kellermeister1976 closed 3 years ago

Kellermeister1976 commented 3 years ago

Line in definition file: @AUX$CMD_END GOTO20000 -> this line shows an error "macro adress expected"

Line in source file: AUX$CMD_END; -> this line shows an error "macro invalid statement"

the compiler supports this syntax, is it possible that the plugin support this syntax also?

thank you very much!