retroforth/library/describe.retro

8 lines
198 B
Forth
Raw Normal View History

This adds a `describe` word which runs retro-describe(1). It's
a useful tool for looking up glossay data in an interactive
session.
~~~
:describe (s-) 'retro-describe_%s s:format unix:system ;
~~~