Conditional expressions in GNML

Build 1501 on 14/Nov/2017  This topic last edited on: 24/Oct/2016, at 14:39

Conditional expressions allow to set parameters of GNML tags, according to the results of test, in following syntax:

>tagname (test) ? return_value_when_test=true : return_value_when_test=false<

hmtoggle_plus1Examples
hmtoggle_plus1How conditional test works?
hmtoggle_plus1Summary of operators
hmtoggle_plus1Note