Commit 1440a4a5 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Boolean automatic conversions

parent c252050b
...@@ -18,6 +18,9 @@ Changes to VCL ...@@ -18,6 +18,9 @@ Changes to VCL
underscores (_). In addition, the first character should be alphabetic. underscores (_). In addition, the first character should be alphabetic.
That is, the name should match "[A-Za-z][A-Za-z0-9\_-]*". That is, the name should match "[A-Za-z][A-Za-z0-9\_-]*".
* Like strings, backends and integers can now be used as boolean expressions
in if statements.
backends backends
~~~~~~~~ ~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment