This problem is deceivingly complicated, so let's take it step and step. Let's use a simple number, like 123 for now.
First, let's convert 123 to a string type to start our operation.
xxxxxxxxxx123 -> "123"OUTPUT
:001 > Cmd/Ctrl-Enter to run, Cmd/Ctrl-/ to comment

