Core: Misc

This commit is contained in:
Krzosa Karol
2023-04-22 13:28:01 +02:00
parent 654d6f17e4
commit b51a2080d2
5 changed files with 5 additions and 27 deletions

View File

@@ -1,25 +1,3 @@
/*@language_todo: labeled block :LabeledBlock
It acts just like a scope in C.
BUT it can be turned into a goto label by adding another semicolon
at the end.
:block
thing := 1
thing2 := thing
:label_without_block
thing := 1
:goto_block:
thing := 1
thing2 := thing
:goto_block: for
*/
#import "raylib.core"
A :: #load "array.core"
MAP :: #load "map.core"