Change label syntax for for and match from #label name to name:

This commit is contained in:
Ginger Bill
2017-05-28 15:01:39 +01:00
parent 80c034ec7c
commit d3f63e5903
3 changed files with 60 additions and 102 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ RTLD_FIRST :: 0x100;
args: [dynamic]string;
FileTime :: struct #ordered {
_FileTime :: struct #ordered {
seconds: i64,
nanoseconds: i64
}