up: DYN | index | Zimbu documentation |
The builtin type dyn. This is dynamically typed, it can hold a value of any type.
|
FUNC $Compare(dyn other) int @public
FUNC $Equal(dyn 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 |