bakkdoor / fancy

Fancy is a dynamic, object-oriented programming language inspired by Smalltalk, Ruby, Io and Erlang that runs on the Rubinius VM.
http://www.fancy-lang.org
BSD 3-Clause "New" or "Revised" License
261 stars 22 forks source link

ifancy doesn't have an :exit method #67

Closed krainboltgreene closed 12 years ago

krainboltgreene commented 12 years ago
>> exit
undefined method `:exit' on an instance of Object.
>> Quitting.
saving history
bakkdoor commented 12 years ago

You can use CTRL-D or CTRL-C but i can add it :)