- syz
)
foo + bar
) and
operator can be used to check whether a specific bit is set option explicit sub main() dim num as integer for num = 0 to 17 if num and 4 then debug.print format$(num, "@@") & " : bit 4 set" else debug.print format$(num, "@@") & " : bit 4 not set" end if next num end sub
addressOf
operator evaluates to the address of the name of the sub/function that follows it. like
allows to perform text-pattern matching. It is still far from regular expressions. -
&
*
/
\
^
+
=
arithmetic
comparison
concatenation
eqv
imp
is
logical
mod
not
or
xor