Previous: , Up: Data constants [Contents][Index]


4.2.3 Strings

Any sequence of characters enclosed by ’"

is considered as a string.

Note: Strings in QuLog are the same as Python strings and NOT Prolog strings.

Example:

| ?? Str = "Hello" ++ " " ++ "there".

Str = "Hello there" : string

On This Site