hey it can calculate 4 again xP

This commit is contained in:
LunarAkai 2025-08-07 00:29:16 +02:00
commit d253497b3e
11 changed files with 137 additions and 95 deletions

View file

@ -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