help.markup: require $quotation to specify stack effect.
parent
1f0e2c6715
commit
c93fd319b3
|
@ -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