-
Notifications
You must be signed in to change notification settings - Fork 0
how to program
AlphaTechNinja edited this page May 8, 2023
·
3 revisions
this language has a similar syntax
to assembly except it is library based to start you off edit a file with the “.wip” file extension at the end.
Then put “lib wip/addons” at the beginning to include all basic libraries
tip:(all code lines end in a colon or “:”)
then all you have to do is look at the library documents to see all the commands
also if your code didn’t run make sure all the lines end in “:” to execute a file run this command in the terminal “wip/run <YOUR FILE NAME>”
Variables are referenced when you put a string with the same name
Storage locations are referenced when you put “!” At the beginning of a number or hex code