Files
highground-fork/tests/convert.sols

12 lines
156 B
Plaintext
Raw Normal View History

use conversions
use io
myString = "312"
myInt = 435
myNewString = intToString(myInt)
myNewInt = stringToInt(myString)
println(myNewString)
puts myNewInt