-
Notifications
You must be signed in to change notification settings - Fork 1
TEMPLATE
Martin Wiesmann edited this page Feb 2, 2024
·
3 revisions
Table of contents generated with markdown-toc
Detailed description of what the function/procedure does. May include commonly used and/or important keywords and optional in-/output.
result = function(arg1, arg2 [, optArg1] [, optInput=optInput] [, optOutput=optOutput] [, /keyword1] )
or
procedure, arg1, arg2 [, optArg1] [, optInput=optInput] [, optOutput=optOutput] [, /keyword1]
This blabla returns a string or a number.
Some required input.
Some required input.
Some optional input.
Some optional input, as a keyword.
Some optional output, as a keyword.
If set, then something weird happens