Enum member OPCode.HELLO

Declaration

enum OPCode
{
  // ...
  HELLO = cast(ushort)10u,
  // ...
}