x-lang

write

Write a value in machine-readable form.

Strings are quoted, characters show read syntax. Use for serialization.

Parameters:

See also: display

display

Display a value in human-readable form.

Strings are unquoted, characters are bare. Use for user output.

Parameters:

See also: write