79535751

Date: 2025-03-26 08:14:58
Score: 2
Natty:
Report link

Maybe something like that?

WORDLIST MyWordList = 'test_words.txt';
// Declaration of annotations for marked words
DECLARE MyAnnotation;
DECLARE CapitalizedAnnotation;
MARKFAST(MyAnnotation, MyWordList);

MyAnnotation CW[2,2]{-> CapitalizedAnnotation};
CW[2,2]{-> CapitalizedAnnotation} @MyAnnotation;

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Peter Kluegl