DCode

Covers Engine 2.0.0

return

Return values from a function, handler, or calculation.

Syntax

return [values]

Available in

  • Executable DCode bodies

Native C++

In a native calculation, return one numeric expression. In a native task callback, return exits that callback; any supplied expression is evaluated and discarded.

Example

return value