1 2 3 4 5 6 7 8 9
rakho a = 1; // print 1 bolo a; a = "one"; // print one bolo a; a = sach; // print sach (true) bolo a;