Exemple #1
0
 //----< deprecated, only for console application >------------------------------
 public static void Main(String[] args)
 {
     consoleProgram theprogram = new consoleProgram();
     theprogram.setText("a=[1,2,3;4,5,6]; b=[2;4;6]; c=a*b; print c;");
     theprogram.VisitLine();
 }