Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
<alphanum> ( obj -- alphanum )
Vocabulary
sorting.human
Definition
USING:
accessors
kernel
;
IN:
sorting.human
:
<alphanum>
( obj -- alphanum )
alphanum
new
swap
>>obj
;
inline