SmileBASIC Simplification Protocol
Root / Submissions / [.]
chemicalexCreated:
Download:DE23EVQEVersion:0.2Size:
A precompiler to make SmileBASIC easier to use. Still in beta. You can create sort of more advanced programs that do more stuff, for example, the foreach loop exists.
Replying to:12Me21
I 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 @.
Replying to:12Me21
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.
Did you not see how I did that? No? I already did that.
Ignore all below comments.