local test = "Hello, World!"
print (test)
-- or
print ("Hello, World!")
print("text here")
-- or
extra = "more text"
print("text here " .. extra)
print("Your Text here")
-- print "Hello, World!
print("Hello, World!")
-- or
x = "Hello, World!"
print(x)
print "whatever you want"
print("text"..v) -- "" for strings, '..' to concencate, type name of variable to print variable
print "hello"
-- or
print("hello")
Code Example |
---|
Lua :: roblox pairs |
Lua :: roblox wait for character |
Lua :: roblox how to get the players mouse |
Lua :: lua create file |
Lua :: Startswith function in lua |
Lua :: lua string count occurrence |
Lua :: replace part of string lua |
Lua :: lua indexof |
Lua :: lua local |
Lua :: Best way to get player from character? |
Lua :: Tool script example for lua |
Lua :: roblox lua get game place id |
Lua :: roblox get how many players in server |
Lua :: lua substring | get char from from index |
Lua :: 1.2 / 1.6 |
Lua :: lua print table as string |
Lua :: roblox lua scripts |
Matlab :: find location of max value in array matlab |
Matlab :: matlab |
Matlab :: matlab import data |
Basic :: how to close form in vb.net |
Basic :: wussup |
Elixir :: elixir replace string |
Elixir :: .t() elixir |
Scala :: new scala project |
Scala :: scala list of options to option of list |
Excel :: excel formula update insert row column |
Perl :: perl regex syntax |
Pascal :: pascal read |
Powershell :: powershell -executionpolicy bypass -file |