From 2569231ab9876d59a5e14261bae81dca4d24e4e3 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Sat, 30 Sep 2023 16:59:13 -0400 Subject: use flag vars for preprocessor states --- examples/simple.halk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/simple.halk') diff --git a/examples/simple.halk b/examples/simple.halk index e100f75..6d88314 100644 --- a/examples/simple.halk +++ b/examples/simple.halk @@ -1,3 +1,3 @@ -:str:mut:var = 'Hello'; +:str:var = 'Hello'; -io/fprint.stdio, var; +fprint.stdio, strcat.var, '\n'; -- cgit v1.2.3