mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-16 08:04:07 +00:00
Scrap Virtual Machine and begin again
I just didn't like the style of it.
This commit is contained in:
@@ -23,5 +23,10 @@ main :: proc() {
|
||||
}
|
||||
|
||||
foo()
|
||||
x := test("Hello")
|
||||
x = test("Hello").count as i64
|
||||
xp := ^x
|
||||
p := xp^
|
||||
|
||||
z := [..]i64{1, 2, 3, 4}
|
||||
z[0] = p
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user