Home Segments Index Top Previous Next

71: Mainline

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 Segment••missing reference••.