We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ce666 commit 60bde3aCopy full SHA for 60bde3a
help.txt
@@ -6,6 +6,7 @@ To leave Gforth, type "bye", or use Ctrl-D at the start of a line.
6
To input floating-point numbers, use an exponent, e.g. "1e".
7
To input double-cell integers without warnings, use a base-prefix and put
8
the '.' only in the last position, e.g. "#1.".
9
-For better colors on dark background, type "black-colors".
+For better colors on dark background, type "dark-mode".
10
Disable warnings with "warnings off" and reduce warnings with "-1 warnings !"
11
-Config in ~/.config/gforthrc0 before loading anything, ~/.config/gforthrc for interactive mode
+~/.config/gforthrc0 is loaded before processing the OS command line.
12
+~/.config/gforthrc is loaded before entering the Forth command line.
0 commit comments