format 1.20 Documentation
Back | Index
enum format.neko.Value
- VString(s : String)
- VProxyFunction(f : Dynamic)
- VProxy(o : Dynamic)
- VObject(o : ValueObject)
- VNull
- VInt(i : Int)
- VFunction(f : ValueFunction)
- VFloat(f : Float)
- VBool(b : Bool)
- VArray(a : Array<Value>)
- VAbstract(v : ValueAbstract)