Update README.md
This commit is contained in:
parent
36b3a07b35
commit
612eda5b2f
|
@ -17,7 +17,7 @@ main #= [] -> {
|
||||||
|
|
||||||
- Type inference
|
- Type inference
|
||||||
- Null safety
|
- Null safety
|
||||||
- Compilation to native code?
|
- Compilation to jvm bytecode?
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
Variables assigned using #= can't be changed (they are "final"), while the ones affected using the normal operator (=) can.
|
Variables assigned using #= can't be changed (they are "final"), while the ones affected using the normal operator (=) can.
|
Loading…
Reference in New Issue