stringify

fun stringify(value: Value): String

Stringifies the given value according to its __str__ metamethod.

Return

The stringified value.

Parameters

value

The value to stringify.