MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsOperator

Function IsOperator

scintilla/lexers/LexOScript.cxx:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82static inline bool IsOperator(int ch) {
83 return strchr("%^&*()-+={}[]:;<>,/?!.~|\\", ch) != NULL;
84}
85
86// ---------------------------------------------------------------
87// Functions classifying a token currently processed in the lexer.

Callers 1

ColouriseOScriptDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected