Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-5

Spaces in a script?

Asked by 10 years ago

Does it matter how many spaces I can put in a script? I've been wondering why there are spaces, here's an example so it won't work.

"Blah blah blah" "Some random code with spaces"

Can anyone tell me what and why that's user and how do I use it and when will I use it"

2
Your question doesn't make sense. Revise it, please. MrNicNac 855 — 10y

1 answer

Log in to vote
0
Answered by
Teeter11 281 Moderation Voter
10 years ago

It doesn't matter how many spaces you use as long it isn't in between a word.

Example:

~~~~~~~~~~~~~~~~~

if 1 == 1 then -- the word 'if' is written normally

end

i f 1 == 1 then -- the word 'if' in not written normally

end

~~~~~~~~~~~~~~~~~

You would pretty much write like you would in the real world.

Ad

Answer this question