What is the output of the following code snippet @echo off set var = 1 %var%+=1 echo var
Reveal answer
Fill a bubble to check yourself
What is the output of the following code snippet @echo off set var = 1 %var%+=1 echo var