We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9cbea commit 521c27eCopy full SHA for 521c27e
1 file changed
manual.md
@@ -841,10 +841,10 @@ Console Print and Input Statements
841
the value 18 is stored in ERR().
842
843
**Moves The Screen Cursor**
844
-**POSITION _row_, _column_ / POS.**
+**POSITION _column_, _row_ / POS.**
845
846
Moves the screen cursor position to
847
- the given _row_ and _column_, so the
+ the given _column_ and _row_, so the
848
next PRINT statement outputs at that
849
position.
850
0 commit comments