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