[Type] void

Part of library: mobl
Inherits from: mobl::Object

void is mostly used internally, it the type that is returned by functions that do not return anything.

Example

function myFunction() : void {
  ...
  return; // return nothing
}
mobl/void.txt · Last modified: 2013/10/01 02:28 (external edit)