Closed obriencj closed 4 years ago
enable f-string markup
f"{foo}" ::= (#str (format foo)) f"""{foo '04x} hi""" ::= (#str (format foo "04x") " hi")
this can replace the #fmt operator as well. Might opt to leave both in place for use with macros though.
enable f-string markup