2 USING: strings effects help.markup help.syntax ;
5 { $values { "end" string } { "effect" "an instance of " { $link effect } } }
6 { $description "Parses a stack effect from the current input line." }
7 { $examples "This word is used by " { $link POSTPONE: ( } " and " { $link POSTPONE: (( } " to parse stack effect declarations." }