I want to implement the method named abs(). When I use a variable leveraging let, everything works fine:
abs()
let
fn main() { let x = -5i64;