Argument | Description |
---|---|
-h -H |
JBASICODE shows a short help message about the command line arguments in the console and then exits. |
-v -V |
JBASICODE shows the program version and copyright information in the console and then exits. |
file | JBASICODE starts as a window application and loads the specified file into the editor. |
-r file | JBASICODE starts as a window application, loads the specified file into the editor and then starts the BASICODE program in presentation mode. |
Code | Description |
---|---|
8 |
Backspace: If the cursor is not in the upper left corner, the character at the current cursor position is deleted and the cursor is moved back one position. |
12 or 0Ch |
Form Feed: The screen output is cleared and the cursor is placed in the upper left corner. |
13 or 0Dh |
Carriage Return: The cursor is placed at the beginning of the next line. If it is already in the last line, the screen output is scrolled up one line. |
127 or 7Fh |
Delete: If the cursor is not at the left margin, it is moved back one position and the character at that position is deleted. |