Snippet


Overview
The Snippet standard function retrieves and inlines the value of a previously defined snippet variable.

Prototype
##Snippet(string [name)

Parameters


Examples
{{ DefineSnippet(MyBlock)
This is the content of the snippet variable.
}}

##Snippet(MyBlock)
##Snippet(MyBlock)
##Snippet(MyBlock)


See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
DefineSnippet
Get
Set

Related