All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en){{Input|1=
%namespace
[:
   enum ModifierFlags {
       ModifierPrivate      = 1,
       ModifierPublic      = 1 << 1,
       ModifierProtected    = 1 << 2,
       ModifierStatic      = 1 << 3,
       ModifierFinal        = 1 << 4,
       ModifierAbstract    = 1 << 5
   };
...
   enum OperationType {
       OperationPlus = 1,
       OperationMinus,
       OperationConcat,
       OperationMul,
       OperationDiv,
       OperationMod,
       OperationAnd,
       OperationOr,
       OperationXor,
       OperationSl,
       OperationSr
   };
:]
}}