void()
Return the void object.
void
The void object has no printed representation. It is often used as a return value for functions called only for their side-effects.
is_void(showln(123)) //> 123 // true
Core Module Index | Contents