8 lines
195 B
Text
8 lines
195 B
Text
[ number$ swap number$
|
|
$ 'print("\033[' rot join
|
|
char ; join
|
|
swap join
|
|
$ 'H", end="")' join
|
|
python ] is cursor-at ( x y --> )
|
|
|
|
3 6 cursor-at say "Hello"
|