1
0
Fork 0
forked from fun/fun

Some documentation update. No code changes. (0.37.48)

This commit is contained in:
Johannes Findeisen 2026-01-13 22:38:45 +01:00
commit 85b8d37b23
2 changed files with 16 additions and 1 deletions

4
examples/progress_inline.fun Normal file → Executable file
View file

@ -27,3 +27,7 @@ for i in range(0, total + 1)
// Done. No additional prints/newlines here; progress() already
// finalized the line when it reached 100%.
/* Expected output:
Downloading [=============================================================] 100%
*/