]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax: remove warning from MAIN:
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 26 Dec 2023 17:07:47 +0000 (09:07 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 26 Dec 2023 17:08:00 +0000 (09:08 -0800)
core/syntax/syntax-docs.factor

index b9e1c368c7e6ee08f3d891fbf8e3d21c2313055f..d5a7e8b1f43245693277f23fddaa8ddbad5e2f0a 100644 (file)
@@ -922,7 +922,6 @@ HELP: MAIN:
 { $description "Defines the main entry point for the current vocabulary and source file. This word will be executed when this vocabulary is passed to " { $link run } " or the source file is run as a script."
     $nl
     "If a quotation is passed instead of a word, then it will be run as the main entry point, in the same way." 
-    { $warning "Quotation support in " { $snippet "MAIN:" } " is test functionality. Use it with caution." }
 } ;
 
 HELP: <PRIVATE