From 4c41e9f95d23f9ba322b2516164cd4bab0b439fa Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Wed, 14 Jun 2023 09:07:59 -0400 Subject: more util changes, the lexer is stuff fucked --- examples/simple.halk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/simple.halk') diff --git a/examples/simple.halk b/examples/simple.halk index e424ad8..5a651e1 100644 --- a/examples/simple.halk +++ b/examples/simple.halk @@ -1 +1,2 @@ -:str:var = 'Hello'; +:str:mut:var = 'Hello'; +io/fprint.stdio, var; -- cgit v1.2.3