batch.scripts icon indicating copy to clipboard operation
batch.scripts copied to clipboard

"find" function in binaryTree.bat file doesn't work

Open sebetci opened this issue 2 years ago • 0 comments

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.

sebetci avatar May 27 '22 01:05 sebetci