definition module example_const1; //1.3 from StdString import String; //3.1 compute :: !Int !Int !Int -> Int; // int compute (int operator,int arg1,int arg2); ADD:==10; SUB:==20; AND:==30; OR:==40; ADD_OP:=='+'; SUB_OP:=='-'; AND_OP:=='&'; OR_OP:=='|';