This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
1
Fork
0
You've already forked collapseos
Code
Issues
Pull Requests
Releases
Wiki
Activity
19d94dfb47
collapseos
/
forth
/
str.fs
6 lines
87 B
Forth
Raw
Normal View
History
Unescape
Escape
forth: Implement "(parseh)"
2020-03-18 21:52:55 -04:00
:
SLEN
( a -- n )
DUP
( astart aend )
Add word "C@+"
2020-04-16 18:58:11 -04:00
BEGIN
C@+
NOT
UNTIL
1-
-^
forth: Implement "(parseh)"
2020-03-18 21:52:55 -04:00
;
Reference in New Issue
Copy Permalink