StatementValidator typedef Null safety
Returns true if text
is a complete statement or false otherwise.
Implementation
typedef bool StatementValidator(String text);
Returns true if text
is a complete statement or false otherwise.
typedef bool StatementValidator(String text);