repo.or.cz
/
forthwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stack comment
[forthwiki.git]
/
utils.f
blob
6a16cc577b4e02aa2d6eebb05a71c260ea0c488c
1
REQUIRE
{
lib
/
ext
/
locals
.
f
2
REQUIRE CEQUAL ~pinka
/
spf
/
string
-
equal
.
f
3
4
:
EMPTY?
(
a u
-- )
NIP
0
= ;
5
6
:
STARTS
-
WITH?
{
a1 u1 a2 u2
--
?
}
7
u1 u2
<
IF
FALSE EXIT
THEN
8
a1 u2 a2 u2 CEQUAL
;