Contact: aviboots(AT)netvision.net.il
40,023 questions
51,974 answers
573 users
// yes using System;namespace ConsoleApplication1{class Program{static void Main(string[] args){Console.Write("Hi");}}} // don't do it - it's unclear and the maintenance will cause you headaches.