welcome to the apioforum
forum rules: do not be a bad person. do not do bad things.
please log in to create a new thread
sorting and filtering options
munvoseli
i have been idly thinking of things
conpidgin scrabble could provoke lots of arguments about what counts as a word
you could have multi-conlang scrabble, but differences in words and word lengths could give strong advantages and disadvantages to different conlangs, which i don't really see as ideal
and, with multi-conlang scrabble, conlangs would have to mostly share an alphabet/syllabary
scrabble kind of falls apart without alphabets or syllabaries
and in any case i don't like to
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`)