Websites Navigation:
Airbit
|
Shop
|
m-shell.net
Languages:
EN
|
DE
Home
Downloads
Products
Make SIS
Documentation
Forum
Blog
Contact
Index
Module mdoc
Class mdoc.Function
is
mdoc.Item
An m function found in the source, with parameters.
Constructor
function init(name, pos)
Overrides
mdoc.Item.init()
[Inherited comment]
Create a new item with name and position.
Parameters:
name
– the item name.
pos
– the source position where the item is defined.
Fields
overrides:
mdoc.Class
The class containing the function this function overrides.
params
The parameters in declaration order, as [name, type, initExpr].
retType:
mdoc.Class
The return type from the source.
mShell Home
>
Documentation
> mdoc