From c68fe7634341e97c3246b627a20fa9487586ffcb Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 21 Aug 2019 06:08:00 +0200 Subject: hash map contains --- tests/bytecode.amal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/bytecode.amal') diff --git a/tests/bytecode.amal b/tests/bytecode.amal index 096f921..0aad6de 100644 --- a/tests/bytecode.amal +++ b/tests/bytecode.amal @@ -4,10 +4,12 @@ extern const print_extern_num: fn(num: i32); const main = fn { var value = 23; value = 34; - const value2: i64 = 23; + const value2: i64 = 54; const value3 = 2 + 5 - 1 * 10 / 2; const str_value = "hello, world"; print(); + //if value2 == 54 + // const result = print_num(1337); const result = print_num(1337); } -- cgit v1.2.3