variorder function lua code example
Example: lua function
--// Basic Function
function PrintingText()
print("My text here")
end
PrintingText()
--// Basic Function
function PrintingText()
print("My text here")
end
PrintingText()