Skip to content
angerangel edited this page Mar 8, 2013 · 1 revision

USAGE

   BOOT-PRINT data

DESCRIPTION

Prints during boot when not quiet.

BOOT-PRINT is a function value.

ARGUMENTS

  • data

#SOURCE

boot-print: make function! [  [
    "Prints during boot when not quiet."
    data
][
    unless system/options/quiet [print :data]
] ]

Clone this wiki locally