called nbasc, using function names that are super short. (because I got bored)

guess what this piece of code does:

senum x
senum y
lovar x
nnadd 1
lovar y
nnadd 1
vcrpos x,y
stpri #
if x,>10,11
ntolin 3
#end

take a wild guess. (I'll tell in the comments later if no one figures it out)

and guess what this also does:

senum x
senum x_sin
senum y
senum half
lovar half
nnset 1
nndiv 2
lovar x
nnadd 1
lovar x_sin
nnvadd half
lovar y
nnvsin x_sin
nnadd 5
nnmul 3
vcrpos x,y
stpri #
if x,>40,20
ntolin 8
stpri .
stpri .
stpri .
#end

(I could have made this better but i'm lazy lol)

okay goodbye