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

Print not working why?

Asked by 8 years ago

Print does not seem to be working for me The problem script:

print "Test"

It is not working!

0
liked so you can get out of negetives yogipanda123 120 — 8y
1
A simple look on the wiki could answer this. Wish I has the rep to downvote. Sharpthy 46 — 8y
0
I don't get it, this should work... XAXA 1569 — 8y

1 answer

Log in to vote
8
Answered by
rexbit 707 Moderation Voter
8 years ago
print("Hello World") -- use paranthese when using quotation marks.

print'Hello World' -- single quote

print[[Hello World]] -- and square brackets.

If you want to add, lets say, a Bracket/single quote/quotation marks, that is called Literaling.

print[[ Hello "world" or Hello 'world']]
0
Thanks ImmortalChamps -2 — 8y
0
Please accept this as an answer by pressing the "Mark as answer" on the sidebar here ----------> Sharpthy 46 — 8y
Ad

Answer this question