The find function in dataStructures/binaryTree.bat produces the following error:
!test_tree6! was unexpected at this time.
To resolve this error, I removed the !%1! syntax used for delayed expansion. This solution worked but I'm not sure it's the right approach.
The
findfunction in dataStructures/binaryTree.bat produces the following error:To resolve this error, I removed the
!%1!syntax used for delayed expansion. This solution worked but I'm not sure it's the right approach.