add inner (of lists) type, add floor, ceil, and roundd standard functions, and a ton of examples
This commit is contained in:
parent
5bcab07681
commit
efbe5a9f97
20 changed files with 330 additions and 46 deletions
|
|
@ -434,7 +434,7 @@ var ListPrototype = map[string]*BuiltinFunctionValue{
|
|||
[]TypeSignature{
|
||||
&NumberSignature{},
|
||||
},
|
||||
&AnySignature{},
|
||||
&InnerSignature{},
|
||||
},
|
||||
func(_ *VM, this Value, p []Value) (Value, error) {
|
||||
items := this.(*ListValue).Items
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue