580
edits
| Line 61: | Line 61: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Another example, showing a Nasal mapping function. | Another example, showing a Nasal mapping function. Recall that arguments to a Nasal function are available through the predefined 'arg' variable, so 'arg[0]' gives the current property value. | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<hovered> | <hovered> | ||
edits