hey it can calculate 4 again xP
This commit is contained in:
parent
e769b891ab
commit
d253497b3e
11 changed files with 137 additions and 95 deletions
|
|
@ -17,6 +17,7 @@ class Cat derive Animal:
|
|||
|
||||
fun helloWorld() {
|
||||
// Variables either dynamically or statically typed
|
||||
// -> Type inference
|
||||
var String: test = "I'm a string"
|
||||
var foo = 12 // reads as int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue