Update README.md

This commit is contained in:
Username404-59 2021-07-07 22:55:00 +02:00
parent 36b3a07b35
commit 612eda5b2f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ main #= [] -> {
- Type inference
- Null safety
- Compilation to native code?
- Compilation to jvm bytecode?
## Getting Started
Variables assigned using #= can't be changed (they are "final"), while the ones affected using the normal operator (=) can.