()
| 161 | NumericValue interface { |
| 162 | Float() float64 |
| 163 | Int() int64 |
| 164 | } |
| 165 | // Slices can always return a []Value representation and is meant to be used |
| 166 | // when iterating over all items in a non-scalar value. Maps return their keys |
no outgoing calls