chapter 12

This commit is contained in:
2018-07-27 17:50:56 +02:00
parent da141de5e9
commit 580795cd2b
10 changed files with 283 additions and 19 deletions

View File

@@ -8,8 +8,8 @@ case ARGV.length
when 1 then
begin
file ARGV[0]
rescue StandardError => e
STDERR.puts e
#rescue StandardError => e
# STDERR.puts e
end
else
puts "Usage: rlox [script]"