Documents the basic eScript functions. Basic functions are available any place eScript expressions may appear.
Normal response.
Unauthorized response.
{- "result": {
- "max": {
- "arg": [
- {
- "name": "x",
- "type": "#"
}, - {
- "name": "y",
- "type": "#"
}
], - "help": "Returns the greater value of <arg>x</arg> and <arg>y</arg>.",
- "min-args": 2
}, - "sin": {
- "arg": [
- {
- "name": "x",
- "type": "#"
}
], - "help": "Returns sine of <arg>x</arg>, where <arg>x</arg> is an angle in degrees.",
- "min-args": 1
}
}, - "error": "Error message (present if an error occurred)."
}