Skip to content

format and tabs #596

@vindarel

Description

@vindarel
huh the cookbook says ~T prints a tab but it definitely doesn't on SBCL at least. 
i always had to do something like (format out "one~Ctwo~Cthree~&" #\Tab #\Tab) to get actual tab literals 

~T is for tabular output, not literal tabs.

That section of the cookbook could use more examples.
(format t "one~,8@Ttwo~,8@Tthree~&")

from Discord

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions