Question
#1

Hello,

Does this variable:
Код:
new Test = 1;
works same as this:
Код:
#define Test 1
Reply
#2

Using #define directive makes "Test" constant, that means its value cannot be changed during run-time - on the other hand, variable can.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)