RandomSoup / sack

A modern take on an interpreted scripting language
12 stars 0 forks source link

Add String Indexing #12

Closed Bigjango13 closed 1 year ago

Bigjango13 commented 1 year ago

Adds indexing to strings (as discussed on discord). It also makes len return values 1-indexed so len ([]) is zero but len ([1]) is not.