![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
You can even convert numbers to strings using
asString
:
3 asString <-- Convert to string, answering '3' 3.14 asString <-- Convert to string, answering '3.14'
You need to convert numbers to strings when you want to produce formatted output, as you learn in Segmentmissing reference.