Functions Index :: S :: StrQuote

[<< up one level]

Module:

string :: core

Definition:

StrQuote(string x)

Description:

Returns its argument with one " character added at the begining and at the end.

Examples:

s = "this is a string"

q = StrQuote(s) # q == '"this is a string"'

 

[<< top]