2.2.3 Case insensitivity

Dylan is case insensitive. Therefore, we can call the max function as follows:

? MAX(-1, 1);
1
? mAx(0, 55.3, 92);
92