[Next] [Previous] [Up] [Top] [Contents] [Index]
13. Expressions
The operators &
(or and
) and |
(or or
) can be used to combine boolean values, with a boolean value as result.
res.num > 30 & bfactor > 3.2
name = "N" or name = "CA" or name = "C"
name = "CB" & visible
[Next] [Previous] [Up] [Top] [Contents] [Index]
Generated with Harlequin WebMaker