Make range a type so that it can be used as parameters #452

Merged
sb10q merged 3 commits from enhance/range-type into master 2024-07-09 04:44:40 +08:00

3 Commits

Author SHA1 Message Date
David Mak e41439fd5a standalone: Add output_range and tests 2024-07-08 14:40:22 +08:00
David Mak 2ad8aa1daa core: Refactor range function into constructor 2024-07-08 14:22:19 +08:00
David Mak 2995a322bf standalone: Rename output_str to output_strln and add output_str
output_str is for outputting strings without newline, and the newly
introduced output_strln now has the old behavior of ending with a
newline.
2024-07-08 12:53:51 +08:00