error9999
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1593 |
|
|
| 21 Mar 2014 02:59 PM |
is there a diffrent between those things:
local dam = 99;
and
local dam = 99
Easy question c: |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
| |
|
error9999
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1593 |
|
|
| 21 Mar 2014 03:01 PM |
Thanks
cause I see many people using ; in their scripts. |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2014 03:03 PM |
| Many programming languages require a semicolon at the end of a line. (ex, Java, C, C++). Lua doesn't require it, but I'm pretty sure it won't affect the script. |
|
|
| Report Abuse |
|
|
error9999
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1593 |
|
| |
|