We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Trying to compile code like this on the Zero:
int test = min(1,2);
results in "error: 'min' was not declared in this scope 'min' was not declared in this scope". Same problem for max().
Note: tested on 1.6.5 running on OS X.