Map
Index
Random
Help
Topics
th

Topic: string literals

topics > computer science > programming > Group: programming notation



Topic:
constants
Topic:
is a name a literal string or a symbol
Topic:
notation for constants
Topic:
strings

Summary

For string constants, users need to specify null strings, strings with internal quotes, and strings with non-printing characters. Internal quotes are usually adjacent quote marks, non-printing characters are an escape character before a literal ascii value. String constants may include a repetition factor. (cbb 5/80)
Subtopic: null string up

QuoteRef: storEF_1970 ;;24 x= is the null string

Subtopic: repetition factor up

QuoteRef: rtl2 ;;string literal bytes by e.g. #CR(4),tab# for 4 lines and a tab
QuoteRef: cbb_1973 ;;PL/1: (3)"abc" == "abcabcabc"

Related Topics up

Topic: constants (21 items)
Topic: is a name a literal string or a symbol (23 items)
Topic: notation for constants (14 items)
Topic: strings
(13 items)

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