definition module example_enum1; //1.3 from StdString import String; //3.1 compute :: !Int !Int !Int -> Int; // int compute (int operator,int arg1,int arg2); ADD:==0; SUB:==1; AND:==2; OR:==3;