|
|
|
@ -41,7 +41,7 @@ See [include/builtins.h](./include/builtins.h) for API definitions and [examples |
|
|
|
# Supported Features |
|
|
|
|
|
|
|
- all Mindustry instructions as of BE 9420 |
|
|
|
- all C control flow structures except goto and switch |
|
|
|
- all C control flow structures except switch |
|
|
|
- functions |
|
|
|
- local/global variables |
|
|
|
|
|
|
|
@ -55,4 +55,3 @@ See [include/builtins.h](./include/builtins.h) for API definitions and [examples |
|
|
|
- typedefs - use macros |
|
|
|
- pointers - don't use them |
|
|
|
- switch - use if-else chains |
|
|
|
- goto - don't use it |