Implemented function values when type inferenced (not explicit types or lambdas)

This commit is contained in:
Nathan Braswell
2016-02-20 21:02:41 -05:00
parent f51a676aed
commit 1795f1b4f1
4 changed files with 33 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
import io:*
import map:*
fun main():int {
fun main(): int {
var m = map(3,1)
m.set(2,2)
m.set(1,3)