Name

tostring — Converts a value to a string.

Synopsis

string tostring ( any VALUE );
 

Parameters

any VALUE

Return

string

Usage

  tostring(.path) -> ".path"
  tostring([1,2,3]) -> "[1, 2, 3]"
  tostring($[1:1,2:2,3:3]) -> "$[1:1, 2:2, 3:3]"
  tostring(`Empty()) -> "`Empty ()"