Remove check on array/slice/dynamic element size

This commit is contained in:
Ginger Bill
2017-05-02 20:17:53 +01:00
parent 19bde275a3
commit 206a3e093c
5 changed files with 56 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
#import "fmt.odin";
#import "math.odin";
main :: proc() {
immutable program := "+ + * - /";