Map
Index
Random
Help
Topics
th

Topic: continuation lines

topics > computer science > programming > Group: programming notation



Topic:
spaces in text
Topic:
strings

Summary

Multi-line statements may be terminated explicitly (usually a ';') or may use a line continuation indicator. Since multi-line strings are rarer than single line statements, a line continuation indicator reduces typing and syntactic errors. Line continuation may be a first character flag, or an indented indicator symbol. (cbb 5/80)
Subtopic: explicitly continued lines up

Quote: Z defines a continuation line as any line that isn't indented zero, one, or minus one times [»woodSR6_1981]
QuoteRef: grisRE_1972 ;;11 statement continuation by a "+" as first character in line
QuoteRef: rtl2 ;;multi-line strings "..." "..." "..." on several lines


Related Topics up

Topic: spaces in text (6 items)
Topic: strings
(13 items)

Updated barberCB 4/04
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.