foreach
This commit is contained in:
parent
e0a80b4e2d
commit
193a95a8a8
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def JIO 0 TYPE_JIO settype =JIO
|
|||
def this =this
|
||||
def lambda =lambda
|
||||
def i 0 =i
|
||||
while { i this alen lt } { lambda fcall i ++ =i }
|
||||
while { i this alen lt } { this i aget lambda fcall i ++ =i }
|
||||
} TYPE_ARRAY defmethod
|
||||
|
||||
func _string {
|
||||
|
|
Loading…
Add table
Reference in a new issue