1: doctype "../grammars/EJ.g.etl" context "MethodContent"; 2: // unary operators 3: +1; -1.0; - -1L; 4: // binary operators 5: a+b; a-b; a*b; a/b; a%b; 6: (a+b-c)*2/3%5;