parse
Parse a string into a number.
parse(s) → Parsed numeric value
print
Print a value without a trailing newline.
print(x) → nothing
println
Print a value followed by a newline.
println(x) → nothing
string
Convert a value to its string representation.
string(x) → String representation