Matching and exactly matching

From IFWiki

Revision as of 00:18, 5 December 2016 by Jerimee (talk | contribs) (Created page with "Ex: if (text) matches the text (text) <code> if "[score]" matches the text "3", ... if the printed name of the location matches the text "the", ... if the printed name of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ex:

if (text) matches the text (text)

if "[score]" matches the text "3", ...

if the printed name of the location matches the text "the", ...

if the printed name of the location matches the text "the", case insensitively: ...


See Also