1 2 3 4 5 6
function toPrinted(value) { value = String(value); } String = Array; toPrinted(123); evaluate('toPrinted("foo");');