7 lines
98 B
Factor
7 lines
98 B
Factor
|
|
USE: locals
|
||
|
|
[let
|
||
|
|
"" :> empty-string
|
||
|
|
empty-string empty? .
|
||
|
|
empty-string empty? not .
|
||
|
|
]
|