File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -448,14 +448,17 @@ dictonary keys are also available as attributes.
448448 or ` PERSISTENT_VARS.v2 = v2 `
449449- Use the shortcut like ` PVARS.v2 = v2 `
450450
451- You can use variables in PERSISTENT_VARS also as condition by
452- using the shortcut and the attribute notation:
451+ ** Note: Following works ONLY with the shortcut "PVARS"** :
452+
453+ You can use these variables also as condition or as normal automatix
454+ variable in curly brackets by using the shortcut and the attribute notation:
453455
454456 - python: PVARS.cond = some_function()
455457 - PVARS.cond?local: echo 'This is only printed if "some_function" evaluates to "True"'
456458 - PVARS.cond!?local: echo 'And this is printed if "some_function" evaluates to "False"'
459+ - local: echo "The condition variable contains the value '{PVARS.cond}'."
457460
458- Since version 2.4.0 making variables global does not work any longer!
461+ * Since version 2.4.0 making variables global does not work any longer!*
459462
460463### Abort and Skip Exceptions
461464
You can’t perform that action at this time.
0 commit comments