0 Members and 5 Guests are viewing this topic.
Oh and I'd like some feedback on this: Should I continue to exclusively use multiblock "If" statements? Or should I do what BASIC does and allow single or multiblock? The disadvantage is that then you would have to add the token "Then" after every multiblock statement. The compiled program will be the same either way, but what is more convenient, never needing the "Then", or sometimes not needing the "End"?
Hmm, I was wondering, could Celtic III style program control be added? So like, calling another program, getting a list of programs, creating a program, deleting a program, etc.Also are you planning in adding string operators? Like sub() inString() and such?