void - Discards output from an expression.
void pop(a)
This statement is used to discard the output of an expression: it stops the function from returning anything it should have returned. By default, when you type something like pop(a), the result is printed. If you use void on this function, it would be cancelled and nothing would be printed.
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
1.0 2014-09-09 21:24:14 laplante@sednove.com