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