riff-lang / riff

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

Implement builtin function to iterate over lines in a file #31

Open darrylabbate opened 1 year ago

darrylabbate commented 1 year ago

Depends on:

for ln in lines("filename") {
  ...
}