(i *interpreter, index int)
| 79 | getRunes() []rune |
| 80 | getGoString() string |
| 81 | index(i *interpreter, index int) (value, error) |
| 82 | } |
| 83 | |
| 84 | // valueFlatString represents a string value, internally using a []rune for quick |
no outgoing calls
no test coverage detected