Add the ability to get the return value from 'use'

This commit is contained in:
Jason Turner
2015-04-08 08:17:33 -06:00
parent 5114ca9d35
commit 63684d0042
6 changed files with 44 additions and 6 deletions

View File

@@ -2,3 +2,4 @@ def greet {
return("hello")
}
fun(){ "world" }