A simple test follows:

Hello, world!

Now show the basic values:

one, two, 3
1, 2, 3

Now as strings:

one, two, 3
1, 2, 3

Now as numbers:

1, 2, 3
0, 1, 3

Native string conversion:

one, two, 3
1, 2, 3

Native number conversion:

1, 2, 30
0, 1, 3

Non-trivial example:

40