add call statement tests

This commit is contained in:
Torsten Ruger
2015-10-16 13:20:21 +03:00
parent 84eb516a01
commit a6712fc4f9
2 changed files with 90 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module Phisol
end
end
if( code )
puts "addin code #{code}"
#puts "addin code #{code}"
@method.source.add_code code
else
raise "must define variable #{name} before using it in #{@method.inspect}"