let abs = if val < 0 { abs * -1 } else { abs };. Could have started that way to begin with, I guess, but I'm still trying to learn the libraries ...
確定! 回上一頁