mrdocs::js::Scope::pushBoolean

Push a boolean to the stack

Synopsis

Value
pushBoolean(bool value);

Return Value

A Value representing the boolean.

Parameters

Name

Description

value

The boolean value to push.

Created with MrDocs