diff options
author | c+1 | 2023-05-05 17:59:19 -0400 |
---|---|---|
committer | c+1 | 2023-05-05 17:59:19 -0400 |
commit | f574665468857662c62cb5dba6f8857f3e43244f (patch) | |
tree | e2a982566ee739a75a15e4f2e6f3fefa4b6799c3 | |
parent | 09e8aa70c556f52e842012e0ac21236745704789 (diff) |
read me dot em dee
-rw-r--r-- | README.md | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -16,6 +16,31 @@ There is no turning back. 1. Clone *HALK* to a computer. 2. `sudo make install`. 3. Congratulations; You are now part of The. -3. *you cannot turn back* + +# Usage + +Seeing as you have installed *HALK*, it only makes sense that you should attempt to make use of it. +You are mistaken. +Usage of *HALK* is not yet a feature of *HALK*. +One can only hope this feature will be added in the future. + + +# Syntax + +*HALK* is a **dubiously-typed**, **procedural** programming language. +Note that all syntax described is liable to sudden and violent change. + +```HALK +let variable = 4; +let another_variable = "Hello, World!"; + +fn main / + for variable > 0 / + say another_variable; + variable -= 1; + \ + say "done."; +\ +``` ***HALK*** **progress:** 10% |