6 lines
61 B
Lua
6 lines
61 B
Lua
function print_hello()
|
|
print("HELLO")
|
|
end
|
|
|
|
print_hello()
|
function print_hello()
|
|
print("HELLO")
|
|
end
|
|
|
|
print_hello()
|