Changes for page Mission Director Guide
Klaus Meyer ile modifiye Son 2025/03/31 16:39
sürümünden itibaren 32981.1
Heinrich Unrau tarafından düzenlendi
2024/10/17 14:00
2024/10/17 14:00
Değişim Yorum :
Bu sürüm için henüz yorum yapılmamış
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Belge yazarı
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. Heinrich1 +xwiki:XWiki.Owen - Content
-
... ... @@ -726,6 +726,8 @@ 726 726 * {{code language="xml"}}table[$foo = 'bar']{{/code}}⟹ exactly the same, just a shorter notation for string keys 727 727 * {{code language="xml"}}table[foo = 'bar']{{/code}}⟹ error, 'foo' does not start with a '$' 728 728 * {{code language="xml"}}table[{1} = [], {2} = table[]] {{/code}}⟹ a table that maps 1 to an empty list and 2 to an empty table 729 +* {{code language="xml"}}table[faction.argon = 'bar']{{/code}}⟹ error, the expression 'faction.argon' will not be resolved into a key value 730 +* {{code language="xml"}}table[{faction.argon} = 'bar'] {{/code}}⟹ a table that maps the expression 'faction.argon' to the st 729 729 730 730 Just like lists, tables are stored as references, so it's possible that multiple variables reference the same table (see above). 731 731