We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BOOT-PRINT data
Prints during boot when not quiet.
BOOT-PRINT is a function value.
#SOURCE
boot-print: make function! [ [ "Prints during boot when not quiet." data ][ unless system/options/quiet [print :data] ] ]
There was an error while loading. Please reload this page.