Forum Discussion
Jul 05, 2014
correct syntax for boolean expressions
I experiencing errors with forming a simple boolean expression that would be valid in most "C like" languages ( if we added an equals sign = 😞
set var1 $var2 && !$var3
error: [wrong args][set ...
Kevin_Stewart
Jul 05, 2014Employee
apparently the
$varname
syntax is not necessary here ?
Yes it is required.
set var1 [expr $var2 && !$var3]
apparently the
[expr]
evaluation is not necessary inside an if {}
construct ?
It's possible that you can get away with not using expr in some conditions, but it's semantically correct to use expr inside the if clause.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects