RSION, then exits with code zero. The variable makes use of the service variables (Service Variables, for details).
--version-only
Prints to the... NSE_*, then exits with code zero. The variable makes use of the service variables (Service Variables, for details).
-h
--help
--usage
Prints t... ariables Arrays:
Variables Colon:
Node:Variables Arrays, Next:Variables Colon, Up:Variables
Manipulating arrays
mbfl_variable_find_in_... ay that does not print anything.
Node:Variables Colon, Previous:Variables Arrays, Up:Variables
Manipulating colon variables
mbfl_variable_c
ode>
----
<
is less than (within double parentheses)
<code>(("$a" < "$b"))</code>
----
//<=//
is less than or equal to (within double parentheses)
<code>(("$a" <= "$b"))</code>
----
>
is greater than (within double parentheses)
<code>(("$a" > "$b"))</code>
----
//>=//
is greater than or equal to (within double parentheses)
<code>(("$a" >= "$b"))</code>
==== string comp