Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

how to make a function in lua?

-- You can do either
local hello = "Hello World!"

-- Or

print("whatever you want to put in the output")
 
PREVIOUS NEXT
Tagged: #function
ADD COMMENT
Topic
Name
5+8 =