(sctx *super.Context)
| 126 | } |
| 127 | |
| 128 | func newSplit(sctx *super.Context) *Split { |
| 129 | return &Split{ |
| 130 | sctx: sctx, |
| 131 | typ: sctx.LookupTypeArray(super.TypeString), |
| 132 | } |
| 133 | } |
| 134 | |
| 135 | func (s *Split) Call(args []super.Value) super.Value { |
| 136 | args = underAll(args) |