Core: Misc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user