goby-lang / api.doc

API Documentation for goby language
https://goby-lang.github.io/api.doc/
7 stars 2 forks source link

Nil should not be printed #3

Closed hachi8833 closed 7 years ago

hachi8833 commented 7 years ago
a = nil
puts(a)

Goby outputs nill while Ruby outputs empty line.

hachi8833 commented 7 years ago

Sorry, wrong repository