WolframLang: String

By Xah Lee. Date: . Last updated: .

Quote String

String is quoted by double straight quote.

"this is a string"

string can be multi-line, can include any unicode characters:

x = "i ♥ cats
and dogs"

String Escapes

\n
newline char in string.
\t
tab char in string.
\"
double quote in string.

example:

"this is\na string"

"Said \"Yes\""

WolframLang String

WolframLang in Depth

Basics

Comment, Print

String

Arithmetic

List

Expression, Atom, Head

Boolean

Conditional

Variable

Loop

Data Structure

Function

Pattern Matching

Advanced

Shell Tasks

Misc