Post B5fDVGsVZHXbc7X1Em by gracie@mk.absturztau.be
(DIR) More posts by gracie@mk.absturztau.be
(DIR) Post #B5fDVGZ0jlwedePRqa by gracie@mk.absturztau.be
0 likes, 0 repeats
#define MAX(X, Y) ((X) > (Y) ? (X) : (Y))y'know what, nahI give up on learning CI know what this does, I know why it's written like this, but also fuck you I fucking hate it
(DIR) Post #B5fDVGsVZHXbc7X1Em by gracie@mk.absturztau.be
0 likes, 0 repeats
in case it's taking you a seconf to figure this out, like it did for me, this is basically just "if X > Y return X, if not, return Y"but also I fucking hate it
(DIR) Post #B5fDVH72hFAQLCKctM by kirby@freerobuxextremist.com
0 likes, 0 repeats
@gracie this is only scratching the surface of how deep the preprocessor rabbit hole goes..
(DIR) Post #B5fECH5oe6HCjQGI76 by fiore@brain.worm.pink
0 likes, 0 repeats
@gracie thats just a ternary tho ? like . ruby has those too(i hate ternaries they always mess me up)