Replying to:12Me21I don't think
CLS
DEF test[]
return "ChemicalHex"
end
print"My name is "...test[]
Is valid code in smilebasic.
change .. to + and [] to ()
Oh, sorry, the compiler WOULD convert the brackets to parens. I'll edit the description.
}loopname is my custom loop sequence for CHEM_L. I did this because CHEM_L is lowercase sensitive and curvy brackets are in the caps-unlock. It makes it a bit easier.
Ins and outs, } is just @.
make sure you don't change stuff inside strings.
when scanning through each line, you should use a variable to keep track of whether you're in a string or not.
Replying to:12Me21make sure you don't change stuff inside strings.
when scanning through each line, you should use a variable to keep track of whether you're in a string or not.
Did you not see how I did that? No? I already did that.
Ignore all below comments.