check-filetype ( filetype -- filetype )


Vocabulary
cuesheet

Inputs
filetypean object


Outputs
filetypean object


Definition


: check-filetype ( filetype -- filetype )
dup { "BINARY" "MOTOROLA" "AIFF" "WAVE" "MP3" } member?
[ unknown-filetype ] unless ;