Example #1
0
 private void WriteLoadPrefix(MjoFlags flags, IColoredWriter writer)
 {
     WritePunctuation(flags.InvertMode() switch {
         MjoInvertMode.Numeric => "-",
         MjoInvertMode.Boolean => "!",
         MjoInvertMode.Bitwise => "~",
         _ => ""
     }, writer);