From 4172dc213f88df5025169fa7f43d02f2794fdd70 Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 26 Jun 2023 15:56:09 -0500 Subject: Bugfix with dynamic arrays --- examples/hello.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/hello.sloth') diff --git a/examples/hello.sloth b/examples/hello.sloth index 7378cb1..1bbdbd4 100644 --- a/examples/hello.sloth +++ b/examples/hello.sloth @@ -1,5 +1,5 @@ fn test() [Int 3] { - var list: [Int 3] = [9, 5, 7]; + var list: [Int 3] = [500, 5, 7]; vpushi(list, 3); vpushi(list, 3); -- cgit v1.2.3