()

From PenguinMod Wiki (Official)
() (boolean)
Jump to navigation Jump to search

This article is about the Operators boolean block. For other uses, see () (disambiguation).

The () block is a boolean block in the operators category that turns a string into a boolean. An extra feature is that if the input is 1 it outputs true and 0 outputs false. In other words, it reports true if the input is truthy, and false otherwise. The default value is "true".