Remove gratuitous to_string
This commit is contained in:
parent
9a8af16ffb
commit
d2d768e12c
@ -9,7 +9,7 @@ def for_each(container, function)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var vec = [1,2,3,4,5,6,7,8,9]
|
var vec = [1,2,3,4,5,6,7,8,9, "hi", 4.5]
|
||||||
|
|
||||||
for_each(vec, function(x) { print(to_string(x)); } );
|
for_each(vec, function(x) { print(x); } );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user