The fOOrth program no longer goes through demo.rb

This commit is contained in:
Peter Camilleri 2016-02-24 22:00:12 -05:00
parent 18f289cb1c
commit de962728a1
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,6 @@
# Standalone execution of the fOOrth environment.
#
require_relative '../demo'
require 'fOOrth'
XfOOrth::main

View file

@ -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'