diff --git a/basis/help/handbook/handbook.factor b/basis/help/handbook/handbook.factor index 0cfa419dd0..e3a7af6fc2 100644 --- a/basis/help/handbook/handbook.factor +++ b/basis/help/handbook/handbook.factor @@ -51,6 +51,7 @@ $nl { $table { "General form" "Description" "Examples" } { { $snippet { $emphasis "foo" } "?" } "outputs a boolean" { { $link empty? } } } + { { $snippet { $emphasis "foo" } "!" } { "a variant of " { $snippet "foo" } " which mutates one of its arguments" } { { $link append! } } } { { $snippet "?" { $emphasis "foo" } } { "conditionally performs " { $snippet { $emphasis "foo" } } } { { $links ?nth } } } { { $snippet "<" { $emphasis "foo" } ">" } { "creates a new " { $snippet "foo" } } { { $link } } } { { $snippet ">" { $emphasis "foo" } } { "converts the top of the stack into a " { $snippet "foo" } } { { $link >array } } }