Skip to content

Commit 521c27e

Browse files
committed
Fixes docs of POSITION statement.
This fixes bug #16.
1 parent 0a9cbea commit 521c27e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,10 @@ Console Print and Input Statements
841841
the value 18 is stored in ERR().
842842

843843
**Moves The Screen Cursor**
844-
**POSITION _row_, _column_ / POS.**
844+
**POSITION _column_, _row_ / POS.**
845845

846846
Moves the screen cursor position to
847-
the given _row_ and _column_, so the
847+
the given _column_ and _row_, so the
848848
next PRINT statement outputs at that
849849
position.
850850

0 commit comments

Comments
 (0)