add is directive

This commit is contained in:
2019-07-07 21:11:24 +03:00
parent 5e518e1eed
commit cdb0fce106
3 changed files with 10 additions and 7 deletions

View File

@@ -89,8 +89,9 @@ type
end;
function IsComment(s:string):boolean;
function IsName(s:string): boolean;
function IsString(const s:string): boolean;
function IsDirective(s:string):boolean;
function IsName(s:string):boolean;
function IsString(const s:string):boolean;
implementation