up: BOOL | index | Zimbu documentation |
The builtin type bool. It has either the value TRUE or FALSE. The object methods can be used on an bool variable or value: IO.print("It's " .. FALSE.ToString())
|
FUNC $Compare(bool other) int @public
FUNC $Equal(bool other) bool @public
FUNC $ToString() string @public
FUNC $ToString(string format) string @public
|
Copyright 2013 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |