Bool3
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
bool3
DNM Script pseudo-type (in reality int is used).
[edit]
description
Typical bool can hold only two values, TRUE or FALSE. But, since DNM Script is much better than any known programming language, it goes one step forward:) There is an additional type: bool3, which is supposed to be FALSE,TRUE, or NONE, so - we have three values.
Meaning of the 'NONE' value depends on the function. It usually means: nothing or automatically.
