Handbook
Glossary
TIP:
Factor handbook
»
Developer tools
»
Help system
»
Tips of the day
Next:
All tips of the day
Vocabulary
help
.
tips
Syntax
TIP: content ;
Inputs
None
Outputs
None
Word description
Defines a new tip of the day.
Examples
TIP: "Factor is a fun programming language." ;
Definition
USING:
kernel
parser
;
IN:
help.tips
SYNTAX:
TIP:
parse-array-def
<tip>
[
save-location
]
[
add-tip
]
bi
;