first commit
This commit is contained in:
commit
d974798fcb
6 changed files with 184 additions and 0 deletions
9
syntax.akai
Normal file
9
syntax.akai
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
fun helloWorld() {
|
||||
// Variables either dynamically or statically typed
|
||||
var String: test = "I'm a string"
|
||||
var foo = 12
|
||||
|
||||
var bar = foo + 10
|
||||
|
||||
print("Hello World " + bar)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue