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