bin/lasp-repl in lasp-0.1.0 vs bin/lasp-repl in lasp-0.1.1

- old
+ new

@@ -3,9 +3,10 @@ require "lasp" Lasp::load_stdlib! trap("SIGINT") { puts "\n\nBye!"; exit! } +puts "((( Läsp v#{Lasp::VERSION} REPL )))\n\n" loop do begin print "lasp> " result = Lasp::execute(gets.chomp) puts " =>> #{result.inspect}"