Type Conversions

This lesson highlights the process of converting one data type to another.

We'll cover the following...

Reason is very flexible in allowing type conversions. There are some conversion methods that work with certain types. Examples of this are the Char.chr() and Char.code() facilitated conversions solely ...