Hide more words as internals.

This commit is contained in:
Brad Nelson
2022-02-05 13:24:43 -08:00
parent 4dd0d9e649
commit a60612d67a
3 changed files with 3 additions and 6 deletions

View File

@ -52,8 +52,6 @@ e: check-boot
out: z" out: z"
out: ." out: ."
out: s" out: s"
out: zplace
out: $place
out: n. out: n.
out: ? out: ?
out: . out: .
@ -140,9 +138,7 @@ e: check-boot
out: state out: state
out: >in out: >in
out: #tib out: #tib
out: 'tib
out: current out: current
out: sys:
out: variable out: variable
out: constant out: constant
out: c, out: c,

View File

@ -12,7 +12,7 @@
\ See the License for the specific language governing permissions and \ See the License for the specific language governing permissions and
\ limitations under the License. \ limitations under the License.
also ansi also ansi also internals
DEFINED? windows [IF] DEFINED? windows [IF]
also windows also windows

View File

@ -54,12 +54,13 @@ transfer{
evaluate1 evaluate-buffer evaluate1 evaluate-buffer
'sys 'heap aliteral 'heap-start 'heap-size 'sys 'heap aliteral 'heap-start 'heap-size
'stack-cells 'boot 'boot-size 'latestxt 'stack-cells 'boot 'boot-size 'latestxt
'argc 'argv 'runner 'argc 'argv 'runner 'tib
leaving( )leaving leaving leaving, leaving( )leaving leaving leaving,
(do) (?do) (+loop) (do) (?do) (+loop)
parse-quote digit $@ raw.s parse-quote digit $@ raw.s
tib-setup input-limit tib-setup input-limit
[SKIP] [SKIP]' raw-ok [SKIP] [SKIP]' raw-ok
$place zplace sys:
}transfer }transfer
forth definitions forth definitions