riff-lang / riff

The Riff programming language
https://riff.cx
BSD Zero Clause License
23 stars 1 forks source link

Table equality operations #51

Open darrylabbate opened 1 year ago

darrylabbate commented 1 year ago

cc:

for i,v in 7..9
   t[i] = v
t == [7,8,9]        // should evaluate to true