void


void()
      

Return the void object.

The void object has no printed representation. It is often used as a return value for functions called only for their side-effects.

Examples:


is_void(showln(123))
//> 123
// true
      

Core Module Index | Contents