comet

A language built for fun

This project is maintained by cometlang

up

Boolean

inherits Object

There are two singleton instances of Boolean in the interpreter accessible via the keywords true and false

constructor

Boolean(value) Takes a single argument, and converts to a boolean, based on the truthiness of the value.

methods

static methods

operators