aspizu / goboscript

goboscript is the Scratch compiler
https://aspizu.github.io/goboscript
MIT License
76 stars 14 forks source link

Add way to import list data #15

Closed Poly2it closed 1 year ago

Poly2it commented 1 year ago

There is currently no way to import data into a list in goboscript. Not having this functionality makes it difficult to create things like text rendering libraries or tile-mapped creations.

The behaviour could be implemented by a syntax like list[] uses "list_data.txt";.