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