bin/qlang in qlang-0.0.27182110 vs bin/qlang in qlang-0.0.27182120
- old
+ new
@@ -13,10 +13,10 @@
when '-i'
loop do
print 'Q:-> '
begin
input = $stdin.gets
- output = Iq.execute(input)
+ output = Qlang::Iq.execute(input)
$stdout.puts output
rescue => e
puts e
end
end