Open sebetci opened 2 years ago
The find function in dataStructures/binaryTree.bat produces the following error:
find
!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.
!%1!
The
find
function 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.