Florian
09/19/2019, 7:54 AMkarelpeeters
09/19/2019, 7:55 AMViktor Penelski
09/19/2019, 7:55 AMtddmonkey
09/19/2019, 7:55 AMLuca Nicoletti
09/19/2019, 8:00 AMFlorian
09/19/2019, 8:05 AMkarelpeeters
09/19/2019, 8:08 AMLuca Nicoletti
09/19/2019, 8:10 AMFlorian
09/19/2019, 8:10 AMkarelpeeters
09/19/2019, 8:14 AMLuca Nicoletti
09/19/2019, 8:17 AMkarelpeeters
09/19/2019, 8:18 AMLuca Nicoletti
09/19/2019, 8:18 AMSiebelsTim
09/19/2019, 10:23 AMSergio C.
09/19/2019, 11:03 AMRuckus
09/19/2019, 3:49 PMLuca Nicoletti
09/19/2019, 3:52 PMRuckus
09/19/2019, 3:53 PMint Volume(int a, int b, int c) {
return a * b * c
}
This is illegal:
Volume(1, c: 2, 3)
So... what's the point?Luca Nicoletti
09/19/2019, 3:58 PMRuckus
09/19/2019, 4:00 PMVolume(1, b: 2, 3)
They just impose so many limits on it that it can't really be used for anything beyond glorified comments.Luca Nicoletti
09/19/2019, 4:00 PMRuckus
09/19/2019, 4:02 PMVolume(b: 1, a: 2, 3)
Florian
09/19/2019, 7:37 PM