diff options
author | s-over-4 | 2023-06-14 09:07:59 -0400 |
---|---|---|
committer | s-over-4 | 2023-06-14 09:07:59 -0400 |
commit | 4c41e9f95d23f9ba322b2516164cd4bab0b439fa (patch) | |
tree | 588bade07dc280469a0b163b08ffa307a895de10 /examples | |
parent | 4b0d75d3dbfb85e10ee70c16000c48cf0de95740 (diff) |
more util changes, the lexer is stuff fucked
Diffstat (limited to 'examples')
-rw-r--r-- | examples/simple.halk | 3 |
1 files changed, 2 insertions, 1 deletions
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; |