function left(original, length) left() returns a string containing the left n characters of the original string. Arguments:
RETURN left("hello", 3)