]> gitweb.factorcode.org Git - factor.git/commitdiff
Document restart word
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 5 Mar 2009 19:40:30 +0000 (13:40 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 5 Mar 2009 19:40:30 +0000 (13:40 -0600)
core/continuations/continuations-docs.factor

index 2bf59f7780fa63d9f83fbe0cd2f375080685fef6..0d66829898dc2f3762b3aa32b9d8cff712ac5380 100644 (file)
@@ -270,3 +270,8 @@ HELP: with-return
 } } ;
 
 { return with-return } related-words
+
+HELP: restart
+{ $values { "restart" restart } }
+{ $description "Invokes a restart." }
+{ $class-description "The class of restarts." } ;
\ No newline at end of file