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

Push null to the stack.

=example duk_push_null(ctx); =tags stack