While debugging a program in Visual Studio 2013, I found something strange. In one expression where I use min(), strange values appear. In the Immediate Window in VS, I try this:
min(W, H)
35 '#'
W
291
H
682
Duh-what?? What is the explanation of this?