Begin work on modules - No codegen!!!

This commit is contained in:
Ginger Bill
2016-09-14 12:00:04 +01:00
parent 1147e17c13
commit a60e6bedd9
9 changed files with 288 additions and 174 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
#load "basic.odin"
// #load "basic.odin"
#import "runtime.odin"
#import "print.odin"
main :: proc() {
println("% % % %", "Hellope", true, 6.28, {4}int{1, 2, 3, 4})