add references
This commit is contained in:
parent
193a95a8a8
commit
fc4c4914b9
1 changed files with 8 additions and 0 deletions
|
@ -116,6 +116,14 @@ def JIO 0 TYPE_JIO settype =JIO
|
||||||
while { i this alen lt } { this i aget lambda fcall i ++ =i }
|
while { i this alen lt } { this i aget lambda fcall i ++ =i }
|
||||||
} TYPE_ARRAY defmethod
|
} 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 {
|
func _string {
|
||||||
def object =object
|
def object =object
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue