Skip to content
mtbeek32 edited this page Jan 20, 2023 · 9 revisions

Constant functions true

syntax

  • true

definition

True: the logical value true defined for boolean data items

applies to

data item with bool value type

example

parameter<bool> paramTrue := True;

see also

False

Clone this wiki locally