riff-lang / riff

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

Builtin functions should return some value upon success #26

Open darrylabbate opened 1 year ago

darrylabbate commented 1 year ago

When implicit printing was supported, it made sense to not return values from all builtin functions. Now it makes sense to return something from all builtin functions, even those which are purely I/O like printf() or write()

CC: