0 Members and 1 Guest are viewing this topic.
.0:"name";Your code.Token ;It has to compile from the beginnig and until it reaches this point.;another code.Token ;It has to compile from the last token and until it reaches this point.[...]; End of the code.
I just thought: Why not including plugins( like mimas does for example)?
..LABEL
@Xeda:When we call a label, it needs time to find it. We can put the address in a variable, but it needs memory and a new name for each label. So why not add a new type of label being automatically parsed at the start of the program so that the application doesn't have anymore to parse it each time it is called ? For example, such a label could be declared as :Code: [Select]..LABELAnd when we do "call LABEL" or "Goto LABEL", the address will be stored for all the program execution.
PS : why not include to your .zip persalteas' tutorial ?
Hehe, that is something that I am already working on (I even have had code for almost a 10 months in Grammer for this).