Handbook
Glossary
acl_tag_t>string ( n -- string )
Vocabulary
io
.
files
.
acls
.
macos
.
ffi
Inputs
n
an
object
Outputs
string
an
object
Definition
USING:
kernel
math.order
sequences
;
IN:
io.files.acls.macos.ffi
:
acl_tag_t>string
( n -- string )
dup
0 2
between?
[
bad-acl-tag-t
]
unless
{
"undefined"
"allow"
"deny"
}
nth
;