update essence platform

This commit is contained in:
nakst
2020-09-15 23:22:19 +01:00
parent 4cf240ca05
commit c92860e142
5 changed files with 2830 additions and 2426 deletions
+2 -2
View File
@@ -712,8 +712,8 @@ union_type :: proc() {
using_statement :: proc() {
fmt.println("\n# using statement");
// using can used to bring entities declared in a scope/namespace
// into the current scope. This can be applied to import declarations,
// import names, struct fields, procedure fields, and struct values.
// into the current scope. This can be applied to import names, struct
// fields, procedure fields, and struct values.
Vector3 :: struct{x, y, z: f32};
{