This website requires JavaScript.
Explore
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-06 02:20:58 +11:00
Code
Issues
Releases
Wiki
Activity
052c744000
collapseos
/
forth
/
str.fs
6 lines
87 B
Forth
Raw
Normal View
History
Unescape
Escape
forth: Implement "(parseh)"
2020-03-19 12:52:55 +11:00
:
SLEN
( a -- n )
DUP
( astart aend )
Add word "C@+"
2020-04-17 08:58:11 +10:00
BEGIN
C@+
NOT
UNTIL
1-
-^
forth: Implement "(parseh)"
2020-03-19 12:52:55 +11:00
;
Reference in New Issue
Copy Permalink