Open braxtonrivers opened 1 year ago
When attempting to use '@bmk commands it results in the following error
'@bmk
Compile Error: Expecting expression but encountered ''@bmk Include getdate.bmk
''@bmk Include getdate.bmk
Sample Code Reference: https://github.com/bmx-ng/bcc/issues/610
It was working until the most recent commit
If we comment around the '@bmk commands with Rem and EndRem or remove them completely so they are not called then it builds
Rem
EndRem
Windows 11 x64 BCC version - bcc[ng] Release Version 0.139 BMK version - 3.55
Bug Report
When attempting to use
'@bmk
commands it results in the following errorCompile Error: Expecting expression but encountered
''@bmk Include getdate.bmk
Sample Code Reference: https://github.com/bmx-ng/bcc/issues/610
It was working until the most recent commit
If we comment around the
'@bmk
commands withRem
andEndRem
or remove them completely so they are not called then it buildsEnvironment
Windows 11 x64 BCC version - bcc[ng] Release Version 0.139 BMK version - 3.55