-
Notifications
You must be signed in to change notification settings - Fork 0
Functions Introduce
LucFr edited this page Jan 23, 2023
·
1 revision
Functions are a useful way to make reusable sections of code. If you have a bunch of code that is often repeated, instead of copying and pasting the code in many places you can just put it in a function and then call the function when you need to run the code.
In many cases, this allows for cleaner code, reduces the complexity of the system, and improves performance.
- ❓ What is Minecraft?
- ❓ What is coding?
- ❓ What is program language?
- ❓ Why is coding Minecraft?
- ❓ What needs to be prepared?
- ❓ What needs to do while coding?
- Paper Server
- Getting Started with Skript