up: STATUS | index | Zimbu documentation |
The builtin type status. It has either the value FAIL or OK. The object methods can be used on a status variable or value: IO.print("It did " .. FAIL.ToString())
|
FUNC $Compare(status other) int @public
FUNC $Equal(status 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 |