diff --git a/core/syntax/syntax-docs.factor b/core/syntax/syntax-docs.factor index 33a0096ff9..f869cff506 100644 --- a/core/syntax/syntax-docs.factor +++ b/core/syntax/syntax-docs.factor @@ -526,10 +526,10 @@ HELP: (( { $notes "Useful for meta-programming with " { $link define-declared } "." } { $examples { $code - "SYMBOL: my-dynamic-word" + "<< SYMBOL: my-dynamic-word" "USING: math random words ;" - "3 { [ + ] [ - ] [ * ] [ / ] } random curry" - "(( x -- y )) define-declared" + "my-dynamic-word 3 { [ + ] [ - ] [ * ] [ / ] } random curry" + "(( x -- y )) define-declared >>" } } ; @@ -789,4 +789,4 @@ HELP: execute( { $syntax "execute( stack -- effect )" } { $description "Calls the word on the top of the stack, asserting that it has the given stack effect. The word does not need to be known at compile time." } ; -{ POSTPONE: call( POSTPONE: execute( } related-words \ No newline at end of file +{ POSTPONE: call( POSTPONE: execute( } related-words