skx / gobasic

A BASIC interpreter written in golang.
https://blog.steve.fi/tags/basic/
GNU General Public License v2.0
323 stars 27 forks source link

ZXBasic string slicing #95

Open udhos opened 5 years ago

udhos commented 5 years ago

Found a funny feature called string slicing in ZXBasic:

There is a notation called slicing for describing substrings, and this can be applied to arbitrary string expressions.

"abcdef"(2 TO 5)="bcde"

http://www.worldofspectrum.org/ZXBasicManual/zxmanchap8.html