#/bin/sh
# -----------------------------------------------------------------------------
# e4thcom-x.y.z/src/inside-e4thcom                                    MM-230427
# -----------------------------------------------------------------------------
#
#       WARNING  Do not use this script for e4thcom-0.9.0 with OSX !
#
# -----------------------------------------------------------------------------
# This script starts MINFORTH Plus (mfp1.5), loads the e4thcom source code and
# stays in the mfp1.5 command line. It does not open the e4thcom terminal, so
# that the dictionary can be inspected. 
# 
# See the intro in the file e4thcom.mf how to try/debug e4thcom.
#
# Tools:
#
# The dictionary browser  ?? ( -- )  shows the active search order and the top
# wordlist of that search order. In a transient search order, activated with 
# a vocabulary prefix (VOCabulary),  ??? ( -- )  shows all wordlists of that 
# search order. 
#
# view ( "name" -- ) may be used to show the source of single words of the
# active (permanent or transient) search order.
#
# All three tools are sticky words that do not change the search order.
#
# To return from a transient to the permanent search order, without executing
# a word of the transient order, use the word  .. ( -- ) .
#
# MINFORTH Plus is released here as a tool to create the e4thcom terminal, not
# as a Forth System on its own. There may be flaws when used for other purposes
# and documentation of MINFORTH Plus specialities is still missing.
#
# This is especially true for the OSX port which is in status TESTING.
#
# -----------------------------------------------------------------------------
# To execute this script open a terminal emulator in the 'e4thcom-x.y.z/src' 
# directory and enter  ./inside-e4thcom [Enter]  on the command line.
# -----------------------------------------------------------------------------
#
  ./mfp1.5w4.0.2/mfp1.5/mfp require e4thcom
#
#
