Long literals, with continuations: Difference between revisions

Content added Content deleted
Line 72: Line 72:




The convention in Factor is to limit lines to 60 characters wide if possible. This constraint is sometimes waived for large literals, but it was easy enough to accommodate here.
The convention in Factor is to limit lines to 64 characters wide if possible. This constraint is sometimes waived for large literals, but it was easy enough to accommodate here.
{{works with|Factor|0.99 2020-03-02}}
{{works with|Factor|0.99 2020-03-02}}
<lang factor>USING: formatting kernel qw sequences ;
<lang factor>USING: formatting kernel qw sequences ;