Add limits to see
parent
df88e5a974
commit
46a530c58e
|
@ -230,10 +230,14 @@ M: word declarations.
|
||||||
: pprint-; ( -- ) \ ; pprint-word ;
|
: pprint-; ( -- ) \ ; pprint-word ;
|
||||||
|
|
||||||
: (see) ( spec -- )
|
: (see) ( spec -- )
|
||||||
<colon dup synopsis*
|
[
|
||||||
<block dup definition pprint-elements block>
|
12 nesting-limit set
|
||||||
dup definer nip [ pprint-word ] when* declarations.
|
100 length-limit set
|
||||||
block> ;
|
<colon dup synopsis*
|
||||||
|
<block dup definition pprint-elements block>
|
||||||
|
dup definer nip [ pprint-word ] when* declarations.
|
||||||
|
block>
|
||||||
|
] with-scope ;
|
||||||
|
|
||||||
M: object see
|
M: object see
|
||||||
[ (see) ] with-use nl ;
|
[ (see) ] with-use nl ;
|
||||||
|
|
Loading…
Reference in New Issue