Fix table with block constructs in muranoPl doc
Change-Id: Iefd891f2454c76f6690820ff316f525ef272605b
This commit is contained in:
parent
e1c468a489
commit
8f2f14847b
@ -335,9 +335,9 @@ The following block constructs are available:
|
||||
| | - block | |
|
||||
+-----------------------------+---------------------------------------------------------------------------------------+
|
||||
| | While: predicate() | | ``predicate()`` must be evaluated to ``True`` or ``False`` |
|
||||
| | Do:`` | |
|
||||
| | - code | |
|
||||
| | - block | |
|
||||
| | Do: | |
|
||||
| | - code | |
|
||||
| | - block | |
|
||||
+-----------------------------+---------------------------------------------------------------------------------------+
|
||||
| | For: variableName | | ``collection`` must be a YAQL expression returning iterable collection or |
|
||||
| | In: collection | evaluatable array as in assignment instructions, for example, ``[1, 2, $x]`` |
|
||||
|
Loading…
Reference in New Issue
Block a user