-
Notifications
You must be signed in to change notification settings - Fork 0
Functions
ro edited this page Jun 1, 2022
·
1 revision
Functions in PAML can be done by using the <function> tag, and can be called by using double brackets ({{}}).
<function name="myFunction" arguments="greeting name">Well {{greeting}}, {{name}}!</function>
{{myFunction(hello, world)}}
<!-- Expected Output -->
Well hello, world!If anything on this wiki feels to be out of date, feel free to submit an issue. :D