home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
forth
/
compiler
/
fpc
/
help
/
hello.hlp
< prev
next >
Wrap
Text File
|
1988-01-11
|
623b
|
21 lines
\ HELLO.HLP Contains the sign on word for Forth.
CDATE Current date at system generation
CTIME Current time at system gerneration.
<.HELLO> ( --- )
Print some information to tell user about FF.
.HELLO ( --- )
Defered word, that performes .<hello> by default.
HELLO ( --- )
Cold start initialization for FF.
MARK ( | name -- )
Create a mark, that is define a word "name" that
will clear the dictionary back to itself when it
is executed.