davidcallanan / py-myopl-code

Interpreter for the BASIC language written in Python 3
MIT License
468 stars 326 forks source link

No support for list indexes #37

Open DracoKinerek opened 1 year ago

DracoKinerek commented 1 year ago

If I want to get an item from a list, I can't. For example, I can't do list[2]. Please add this feature.

Almas-Ali commented 1 year ago

Tryout https://github.com/radon-project/radon for more advance features.

foxypiratecove37350 commented 3 weeks ago

In this repo it uses the / operator to retrieve the element at an index of a list.