Function

From Pico-8 Wiki
Jump to navigation Jump to search

"Function" can be used in front of the function name followed by () to indicate that it is a function. The function stops with "end" to indicate that everything in between is dedicated to that function.