cbeust / kash

A shell powered by Kotlin
296 stars 15 forks source link

Function call is echoed #20

Open mukoki opened 5 years ago

mukoki commented 5 years ago

Following the example of the main page, I get a slightly different result hi() is printed in front of the result. This is generally the same for any function call

build/libs$ hi()
hi()Hello, Unknown
mukoki commented 5 years ago

windows console returns both the command and the returned value, but linux returns only the returned value.