help.markup: require $quotation to specify stack effect.
parent
2a39d1793f
commit
c10a656788
|
|
@ -372,8 +372,9 @@ M: f ($instance)
|
||||||
f suffix $or ;
|
f suffix $or ;
|
||||||
|
|
||||||
: $quotation ( element -- )
|
: $quotation ( element -- )
|
||||||
{ "a " { $link quotation } " with stack effect " } print-element
|
check-first
|
||||||
$snippet ;
|
{ "a " { $link quotation } " with stack effect " }
|
||||||
|
print-element $snippet ;
|
||||||
|
|
||||||
: values-row ( seq -- seq )
|
: values-row ( seq -- seq )
|
||||||
unclip \ $snippet swap present 2array
|
unclip \ $snippet swap present 2array
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue