better errors
[m6w6/ext-psi] / psi.d / stdlib.psi
1 function psi\abs(int $i) : int {
2 let n = intval($i);
3 return to_int(abs);
4 }