You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEAT: improved FORMAT dialect so one can specify escape color codes (using money! value)
Simple usage example:
```
print format [$31.47 "some text" $0] ""
```
would print red text on gray background (depending on color palette of the terminal)
The string returned by format function would look like: "^[[32;47msome text^[[0m"
0 commit comments