mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
The fOOrth program no longer goes through demo.rb
This commit is contained in:
parent
18f289cb1c
commit
de962728a1
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
# Standalone execution of the fOOrth environment.
|
||||
#
|
||||
|
||||
require_relative '../demo'
|
||||
require 'fOOrth'
|
||||
|
||||
XfOOrth::main
|
||||
|
|
2
demo.rb
2
demo.rb
|
@ -6,7 +6,7 @@ if ARGV[0] == 'local'
|
|||
require_relative 'lib/fOOrth'
|
||||
puts "\nOption(local) Loaded fOOrth from the local code folder."
|
||||
elsif defined?(XfOOrth)
|
||||
puts "The fOOrth system is already loaded."
|
||||
puts "\nThe fOOrth system is already loaded."
|
||||
else
|
||||
begin
|
||||
require 'fOOrth'
|
||||
|
|
Loading…
Reference in a new issue