Skip to content

DEF FN seems to be corrupt #24

@wizwych

Description

@wizwych

I know this Code works Ive had it running on Spectaculator but on BasinC it triggers corrupted text when ran when its on the editor it becomes corrupted text

10 PRINT AT 10,12;"Sweevo Test Code"
20 DEF FN A(a$)= CODE a$-48-7*(a$>"9")-32*(a$>"Z")
30 DEF FN B(a$)#000l\m#002#000#000{i0}#000*FN A(a$(1))+FN A(a$(2)) <<<<< Corrupted line

should read as

30 DEF FN b(a$)=16*FN a(a$(1))+FN a(a$(2))

but when i run the whole code line 30 is always Corrupted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions