This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
harlowe:datamap [2017/06/19 02:32] l |
harlowe:datamap [2019/04/16 04:13] l |
||
---|---|---|---|
Line 37: | Line 37: | ||
| '''s'' | Obtaining the value using the name on the right. | ''(dm:"love",155)'s love'' (is 155).| | | '''s'' | Obtaining the value using the name on the right. | ''(dm:"love",155)'s love'' (is 155).| | ||
| ''of'' | Obtaining the value using the name on the left. | ''love of (dm:"love",155)'' (is 155).| | | ''of'' | Obtaining the value using the name on the left. | ''love of (dm:"love",155)'' (is 155).| | ||
+ | | ''matches'' | Evaluates to boolean ''true'' if the datamap on one side matches the pattern on the other. | ''(dm:"Love",2,"Fear",4) matches (dm: "Love", num, "Fear", num)''| | ||
+ | | ''is a'', ''is an'' | Evaluates to boolean ''true'' if the right side is ''dm'' or ''datamap'', and the left side is a datamap. | ''(dm:) is a datamap''| | ||
+ |