Contact: aviboots(AT)netvision.net.il
42,187 questions
54,895 answers
573 users
void main() { var n = -98; print(n.abs()); } /* run: 98 */