Is there a way to nicely format strings in Roc, similar to C's sprintf()
?
Are you asking about number formatting? That hasn't been implemented yet.
Thanks again Luke. Yes, I was looking for something like Python's print(f"Day {day:02d}")
. I'll survive without it. :smile:
Last updated: Jul 06 2025 at 12:14 UTC