Function:
pos
┴╓: Position (0,0) is at the upper left. You may call SysCurPos without parameters to check the current cursor position without changing it.
Example: /* Code */ call SysCls parse value SysCurPos() with row col say 'Cursor position is 'row', 'col /* Output */ Cursor position is 0, 0