add references

This commit is contained in:
Daniella / Tove 2022-04-27 00:02:11 +02:00
parent 193a95a8a8
commit fc4c4914b9

View file

@ -116,6 +116,14 @@ def JIO 0 TYPE_JIO settype =JIO
while { i this alen lt } { this i aget lambda fcall i ++ =i }
} TYPE_ARRAY defmethod
def TYPE_REFERENCE "reference" mktype =TYPE_REFERENCE
"value" TYPE_REFERENCE deffield
func reference {
def this 1 TYPE_REFERENCE settype =this
this =value
this
}
func _string {
def object =object