why does lua have function = 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()