Contact: aviboots(AT)netvision.net.il
42,709 questions
55,473 answers
573 users
x = 45 // Variables with no type are global void f() { println x; y = 98; } f(); print y; /* run: 45 98 */