batch.scripts
batch.scripts copied to clipboard
"find" function in binaryTree.bat file doesn't work
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.