summaryrefslogtreecommitdiff
path: root/Userland/seq.cpp
AgeCommit message (Collapse)Author
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
This enables a nice warning in case a function becomes dead code.
2020-07-16Userland: Add a "seq" utilityNico Weber
It's useful with the newly added for loops in Shell. SerenityOS's printf() doesn't seem to print decimals for doubles correctly, so this doesn't print the right output for fractional numbers yet.