shithub: MicroHs

Download patch

ref: 844cdf46e5d4e5e4962e858dda77e74e75eb4311
parent: 40aead3555fe28c00cb12eede5ae6423dabfab23
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Thu Sep 21 10:58:15 EDT 2023

Caveat emptor

--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@
 * `:quit` Quit the interactive system
 * `:clear` Clear all definitions
 * `:del STR` Delete all lines that begin with `STR`
-* `expr` Evaluate expression
+* `expr` Evaluate expression. ***NOTE*** Currently only expressions of type `Int` as allowed.
 * `defn` Add definition (can also be an `import`)
 
 ## Runtime
--