inkle / ink

inkle's open source scripting language for writing interactive narrative.
http://www.inklestudios.com/ink
MIT License
3.97k stars 482 forks source link

Fix checking for upper bound's type in LIST_RANGE #859

Closed Meorge closed 1 month ago

Meorge commented 10 months ago

I've been slowly working on a Swift port of the ink runtime and came across a bit of code that didn't seem quite right. This pull request fixes the line and adds a test to verify it.

joethephish commented 1 month ago

Thanks!!