=proto void duk_push_undefined(duk_context *ctx); =stack [ ... ] -> [ ... undefined! ] =summary

Push undefined to the stack.

=example duk_push_undefined(ctx); =tags stack