new(basic.gblib): REPORT AND RESET REPORT new keywords @othonlima

This commit is contained in:
Rodrigo Rodriguez 2024-02-22 11:38:39 -03:00
parent 08d2e107e6
commit 630f824e9b

View file

@ -1095,6 +1095,7 @@ export class KeywordsExpressions {
__reportMerge.adds += __reportMerge1.adds;
__reportMerge.updates += __reportMerge1.updates;
__reportMerge.skipped += __reportMerge1.skipped;
__reportMerge.title = __reportMerge1.title;
REPORT = __report();
`;