Skip to content
mtbeek32 edited this page Feb 1, 2024 · 8 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