diff --git a/Docs/src/tutorial.but b/Docs/src/tutorial.but index f7212606..3b7130a3 100644 --- a/Docs/src/tutorial.but +++ b/Docs/src/tutorial.but @@ -105,7 +105,7 @@ For example, checking a value of a variable without the LogicLib can be done as \c StrCmp $0 'some value' 0 +3 \c MessageBox MB_OK '$$0 is some value' \c Goto done -\c StrCmp $0 'else' 0 +3 +\c StrCmp $0 'some other value' 0 +3 \c MessageBox MB_OK '$$0 is some other value' \c Goto done \c # else