Closed orlof closed 9 months ago
TYPE MyType SUB F(Title AS String*20) STATIC PRINT LEFT$(Title, 2) END SUB END TYPE DIM My AS MyType CALL My.F("test") PRINT STR$(1d)
Even if optimizer it disabled it produces:
string/_fn.asm (87): error: Label mismatch... --> 29.loop 08e3 string/_fn.asm (351): error: Label mismatch... --> 29.loop 08d1 Fatal assembly error: Source is not resolvable.
Thanks for reporting, @orlof. It will be fixed in the next release.
Thank you for xc-basic!
Sorry, accidentally pressed the close button.
Even if optimizer it disabled it produces: