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