Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Osiris/Functions/Documentation

From MoonGlasses Wiki
Revision as of 20:08, 22 October 2024 by Import>Mirandnyan
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{{name}}}

Synopsis

This function currently has no Synopsis, see Osiris/Functions/Contributing#Add_Synopsis.

Syntax


Examples

Example 1 - Title

IF
DB_ExampleMath(_Id, "add", _Current, _Add)
AND
IntegerSum(_Current, _Add, _New)
THEN
NOT DB_Example(_Id, "add", _Current, _Add);
NOT DB_ExampleValues(_Id, _Current);
DB_ExampleValues(_Id, _New);


This function currently has no Examples, see Osiris/Functions/Contributing#Adding_Examples.



Related

This function currently has no Related Functions, see Osiris/Functions/Contributing#Add_Related_Functions.

Groups

This function is currently not listed in any Group, see Osiris/Functions/Contributing#Add_To_Group.

Similar

This function currently has no linked similar functions, see Osiris/Functions/Contributing#Link_Similar_Functions.



This is an Osiris engine function, see the Osiris/Functions Overview page for details.=
This (sub)page is automatically generated and documentation of it is missing. For details on contributing see Osiris/Functions/Contributing.

MediaWiki Appliance - Powered by TurnKey Linux