View Single Post
Author Message
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-21-2019 , 11:21   Earn a FREE plugin review
Reply With Quote #1

I'm bored and I kinda want to review a plugin so I thought let's do something "fun" or at least different. The first person who answers the following question correctly will get to choose what plugin I'll review next(maybe you made that awesome plugin or mod and no approver bothered with it for 5 years - this is your chance).

PHP Code:
#define PRINT_SQUARE(%1) server_print("%d", %1 * %1)

new 2
PRINT_SQUARE
(1
What's the output of the call PRINT_SQUARE(x + 1)? WHY? What if instead of the macro we had a function?
__________________
HamletEagle is offline