Contact: aviboots(AT)netvision.net.il
43,124 questions
55,998 answers
573 users
void main() { var n = -98; print(n.abs()); } /* run: 98 */