pschachte / wybe

A programming language supporting most of both declarative and imperative programming
MIT License
47 stars 6 forks source link

Generalise fmt function to support field with and fill char #458

Closed pschachte closed 7 months ago

pschachte commented 7 months ago

Closes #454 #455 This doesn't actually allow justification to be specified, but does allow fill character to be specified. But specifying justification for numeric fields is probably not really desirable, so I'll close that request, too.