Added in assignment and variable usage

This commit is contained in:
Nathan Braswell
2016-01-16 22:14:59 -05:00
parent bf570f027c
commit 9c41c2fd12
4 changed files with 33 additions and 11 deletions

View File

@@ -13,6 +13,8 @@ fun some_other_function(in: bool): float {
}
fun main(): int {
var a_declaration:int
a_declaration = 78
simple_print(a_declaration)
/*var another_declaration = 9*/
simple_print("Hello World!\n")
simple_print(1337)