dgkf / R

An experimental reimagining of R
https://dgkf.github.io/R
GNU General Public License v3.0
136 stars 5 forks source link

fix: assignment of list to list subset #153

Closed dgkf closed 3 months ago

dgkf commented 3 months ago

Implement Obj.get for List, necessary for <list>[<indices>] <- <list> to function properly.