cursOff
テキストカーソルを表示しない。
書式:
cursOff
Example:
cursOn
fprints("press any key to hide cursor")
waitkey
cursOff
locate(0,3)
prints("press esc to quit ")
waitkey(k_esc)