salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

REPL does not propagate assignment values #59

Closed salmanahmad closed 10 years ago

salmanahmad commented 10 years ago
s : String = "hello"

will return null instead of "hello"

salmanahmad commented 10 years ago

Fixed in c7a18c30fa379e6aa7a6d9910c6a18af68029bc3 .