diff --git a/Docs/src/script.but b/Docs/src/script.but index 81f1c2d7..32de723b 100644 --- a/Docs/src/script.but +++ b/Docs/src/script.but @@ -61,7 +61,7 @@ It is also possible to put newlines, tabs etc. in a string using $\\r, $\\n, $\\ \\Variables\\ -Variables start with $. User variables should be declared and are case-sensitive. +Variables start with $. User variables should be declared. \c Var MYVAR \c diff --git a/Docs/src/var.but b/Docs/src/var.but index 78aeb303..175f7760 100644 --- a/Docs/src/var.but +++ b/Docs/src/var.but @@ -6,7 +6,7 @@ All variables are global and can be used in Sections or Functions. \e{$VARNAME} -User variables can be declared with the \R{var}{Var} command. You can use these variables to store values, work with string manipulation etc. Unlike constants these variables are case-sensitive. +User variables can be declared with the \R{var}{Var} command. You can use these variables to store values, work with string manipulation etc. \S2{var} Var