how to print in lua
print("Hello World!")
lua print
-- print "Hello, World!
print("Hello, World!")
-- or
x = "Hello, World!"
print(x)
lua print
print("text here")
-- or
extra = "more text"
print("text here " .. extra)
how to print in lua
print("text"..v) -- "" for strings, '..' to concencate, type name of variable to print variable
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us