Closed darrylabbate closed 1 year ago
$ bin/riff -e "printf('%m\n',ord('π'))" �
Note that %c works fine, though only for single characters
%c
$ bin/riff -e "printf('%c\n',ord('π'))" π
See #55
Note that
%c
works fine, though only for single characters