Handbook
Glossary
pair>frame ( string key -- frame/f )
Vocabulary
id3
.
private
Inputs
string
an
object
key
an
object
Outputs
frame/f
an
object
Definition
USING:
accessors
kernel
;
IN:
id3.private
:
pair>frame
( string key -- frame/f )
over
[
<frame>
swap
>>tag
swap
>>data
]
[
2drop
f
]
if
;