diff options
Diffstat (limited to 'output.e')
| -rw-r--r-- | output.e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/output.e b/output.e index 5c4b31d..9ab3aa1 100644 --- a/output.e +++ b/output.e @@ -105,6 +105,8 @@ ~ recursion, and lets us stick entirely with the trivial control-flow ~ constructs we already have. ~ +~ TODO add a variant that writes to a string +~ ~ (integer to print, base to print in, width to zero-pad to --) : .base-unsigned ~ (input, base, width) |