Command @...TO Foundation
Displays a box with a single or double lined border.
@ <nTop>, <nLeft> TO <nBottom>, <nRight> ;
[COLOR <cColor>] [DOUBLE]
The screen command @...TO displays a box on the screen with single or double lines. If the row positions <nTop> and <nBottom> are identical, a horizontal line is displayed. A vertical line is displayed if the values of <nLeft> and <nRight> are identical.
After output, the cursor is positioned at the upper left corner of the box (at <nTop>+1 and <nLeft>+1) and the functions Row() and Col() return this updated position.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.