Posts: 34
Threads: 4
Joined: Dec 2011
Reputation:
0
someone can give me define equal..?
Posts: 1,018
Threads: 129
Joined: Apr 2011
Reputation:
0
How can you not know what equal is?Equal is this symbol: "=",and in every programming language is supossed to check if a variable has a certain value,or,to check if something is true.
Posts: 552
Threads: 23
Joined: Jul 2011
Reputation:
0
a=1;
b=2;
c=a+b;
used for assigning a value..
if(a==b) return 1;
used to compare values.
Posts: 34
Threads: 4
Joined: Dec 2011
Reputation:
0
amm,
equal = #define equal strcmp..
command..:
if(equal(cmd,"/tlist"))