Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What does this line mean ?
#31
oracle, the "===" means "identical". that's in java code. it compares both value and type.


int a, b;
shot c;

a=b=c=5;

if( a===b ) // true
...

if (a===c) //false






[Flexibal>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)