--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2017/12/06 18:53:32 3396 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2017/12/06 19:18:59 3397 @@ -1197,7 +1197,7 @@ Keep in mind that with logical operators shown above, all integer values other than 0 are interpreted as boolean true while an integer value of - precisely 0 is interpreted of being boolean false. + precisely 0 is interpreted as being boolean false.

So the logical operators shown above always look at numbers at a whole. @@ -1244,7 +1244,7 @@

All these operations yield in a boolean result which could then - by used i.e. with if or while loop statements. + be used i.e. with if or while loop statements.

String Operators