Documentation update and commenting

This commit is contained in:
2025-10-04 12:08:57 +10:00
parent 44e8c673a0
commit 0bdcdcf126
6 changed files with 119 additions and 15 deletions

3
tests/let.kyn Normal file
View File

@@ -0,0 +1,3 @@
let myVar = "hello there!"
println $myVar