Handbook
Glossary
paren-set? ( string -- ? )
Vocabulary
scryfall
Inputs
string
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
;
IN:
scryfall
:
paren-set?
( string -- ? )
{
[
"("
head?
]
[
")"
tail?
]
[
length
5
=
]
}
1&&
;