Casting
A value can be converted to another type using the standard library functions for type conversion. These can be found in standard-library/built-in.
elk
let x = into::int(io::input("Enter a number"))
let indices = into::list(0..10)
let x = into::int(io::input("Enter a number"))
let indices = into::list(0..10)