had to let go of crystal (sniff) as the name was taken
This commit is contained in:
@ -69,7 +69,7 @@ module Boot
|
||||
end
|
||||
[:utoa, :putstring,:putint,:fibo,:exit].each do |f|
|
||||
#puts "Boot Kernel::#{f}"
|
||||
obj.add_function Crystal::Kernel.send(f , @context)
|
||||
obj.add_function Sapphire::Kernel.send(f , @context)
|
||||
end
|
||||
obj = get_or_create_class :String
|
||||
[:get , :set].each do |f|
|
||||
|
Reference in New Issue
Block a user