|
| 15 Jul 2015 03:01 PM |
| for what are they used in lua scripts? |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2015 03:02 PM |
I only use for table
Sorry me stupid |
|
|
| Report Abuse |
|
|
doggy00
|
  |
| Joined: 11 Jan 2011 |
| Total Posts: 3571 |
|
|
| 15 Jul 2015 03:02 PM |
| Besides seperating values in a table, semicolons are used to denote the end of a statement. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 15 Jul 2015 03:05 PM |
Its just used by habit because other programming languages require it. Rumor has it that roblox lua will convert every line of code to have semi colons so already adding it will apparently make the script efficient. Possibly, but the difference it makes = nil. I think they look ugly in code so I wouldn't support using them.
"Talk is cheap. Show me the code." - Linus Torvalds |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2015 03:06 PM |
^ What the hell are you talking about? |
|
|
| Report Abuse |
|
|
sparker22
|
  |
| Joined: 11 Mar 2010 |
| Total Posts: 846 |
|
|
| 15 Jul 2015 03:06 PM |
| Semicolons have no real use in Lua. They can be used as a table separation, but they are basically ignored when used anywhere else. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2015 03:08 PM |
| thank you all for explanation |
|
|
| Report Abuse |
|
|