![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2005
Posts: 21
Rep Power: 0
![]() |
Is there any difference between "=" and "<-"?
Say if I want to set x to 5, I can write x=5, or x<-5. Now if I want to add 5 to x, I can write x=x+5 or x<-x+5. So could I just use "=" instead of "<-" in all cases? Or is there any reason for using "<-" instead of "="? |
|
|
|
|
|
#2 | |
|
Newbie
Join Date: Jun 2005
Location: Vienna, Austria
Posts: 15
Rep Power: 0
![]() |
In the help files they say:
Quote:
|
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2005
Posts: 21
Rep Power: 0
![]() |
Me either. I think an example may help.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|