0 Members and 6 Guests are viewing this topic.
H>>0-(H<<0)->S //get direction of velocityIf S //if we're movingH-S->H //decrease velocity by 1 in the opposite directionEnd
H<<0-(H>>0)->SIf+H->HEnd
Could someone give me an example of how to store data in a program itself? For example, if I wanted to store the highscore in the program.
[FFFFFFFFFFFFFFFF]->Pic1
1->{Pic1}
A far simpler way to use write-back is to compile your program for MirageOS or DoorsCS. This will require that the program be run by a shell that allows easy write-back in the form of you simply modifying data in your running program, and the shell will then write any changes back to the original copy.
I don't think you should force write-back. If a user has write-back disabled, they probably have it off for a good reason and would be annoyed if your program ignores that they purposely disabled write-back.
In other news, Frey continues kicking unprecedented levels of ass.