With format you can use, among other things, ~S and ~A
format
~S
~A
While S in ~S for S-expression , what does A in ~A mean? Apparently, he comes out without escape, but I was wondering what the letter really means ...?
S
S-expression
A
It means aesthetics. A formatted output is not shielded. See http://www.lispworks.com/documentation/HyperSpec/Body/22_cda.htm
By the way, S stands for standard, not S-expression.
Source: https://habr.com/ru/post/985462/More articles:How to print characters, for example β, into Python files - pythonAdding a header to the response for specific URLs using HAproxy - load-balancingHow to check method in controller in sails.js using Mocha + Sinon? - unit-testingHow to draw a type chart in Android - androidUsing RxJava + Retrofit to create API requests for each item in a list - javaHeroku could not detect rake tasks (LoadError: cannot load such file - rspec / core / rake_task) - ruby ββ| fooobar.comCMake Unable to Link PostgreSQL Libraries - postgresqlAngular modal service error - TypeError: modal.element.modal is not a function - angularjsBauer Sails - What Have I Missed? - node.jsMemory Efficient data structure for implementing Trie - pythonAll Articles