Added $ operator in root package, minor formatting fixes

This commit is contained in:
nocturn9x
2021-03-11 22:29:59 +01:00
parent d0bd200428
commit 4330411843
5 changed files with 57 additions and 27 deletions

View File

@@ -149,8 +149,8 @@ echo eval("2+2") # Prints Integer(4)
## Installing
You can install the package via nimble with this command: `nimble install https://github.com/nocturn9x/nimkalc`
You can install the package via nimble with this command: `nimble install nimkalc`
__Note__: Nim 1.2.0 or higher is required to build NimKalc! Other versions are likely work if they're not too old, but they have not been tested
__Note__: Nim 1.2.0 or higher is required to build NimKalc! Other versions are likely work if they're not too old, but they have not been tested