Quantcast
Channel: How do you break long string lines in Scheme? - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by grettke for How do you break long string lines in Scheme?

Use string-append with the built-in formatting of your IDE: (panic (string-append "Truth-assignment length is longer " "than the number of propositions!"))

View Article



Answer by AndreiM for How do you break long string lines in Scheme?

Not all Scheme specifications define a way to break long strings. The answer to your question depends on which Scheme you are using. I believe R6RS includes a method like the first one you tried....

View Article

How do you break long string lines in Scheme?

For example, I want to break the long string in the below panic statement: (panic "Truth-assignment length is longer than the number of propositions!") I have tried (panic "Truth-assignment length is...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images