welcome to the apioforum
forum rules: do not be a bad person. do not do bad things.
subforæ
show subforæ
last activity ago
last activity ago
last activity ago
last activity ago
last activity ago
last activity ago
last activity ago
last activity ago
threads
please log in to create a new thread
sorting and filtering options
razetime
a wiki needs a community. You need people to think "yes I want to add this data to the public wiki" when they see something. This is easier with the general arts than it is with code. Emacs is a good example of how great community documentation can be, and how such a project should be moderated.
Initial stages of public documentation are always messy. keeping it that way lets more people get involved. later you want to aggregate info and organize all of that together. this is what I've seen in
Jmzd8
so what the first code does:
it sets a variable named x and y (`senum x`, `senum y`)
it loads x to be used (`lovar x`)
it adds 1 to the current loaded variable (x) (`nnadd 1`)
it loads y to be used (`lovar y`)
it adds 1 to the current loaded variable (x) (`nnadd 1`)
it changes the current position of the cursor to x and y in the terminal (`vcrpos x,y`)
it prints the character # (`stpri #`)
it checks if x is greater than 10, if it is then it goes to line 11 (`if x,>10,11`)