Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bernd Paysan
bigforth
Commits
1fab9ab0
Commit
1fab9ab0
authored
Sep 01, 2010
by
bp
Browse files
Fixed zen float comment
git-svn-id:
https://forth-ev.de/repos/bigforth@1734
3b8d8251-53f3-0310-8f3b-fd1cb8370982
parent
ec52ea5f
Changes
1
Show whitespace changes
Inline
Side-by-side
zenfloat.fs
View file @
1fab9ab0
(
Very
compressed
one
-
screen
floating
-
point
21
16
may98py
\
Very
compressed
one
-
screen
floating
-
point
16
may98py
:
D10
*
D2
*
2
DUP
D2
*
D2
*
D
+
;
:
D
+-
0
<
IF
DNEGATE
THEN
;
:
TRIM
>
R
TUCK
DABS
BEGIN
OVER
0
<
OVER
OR
WHILE
0
10
UM
/
MOD
>
R
10
UM
/
MOD
NIP
R
>
R
>
1
+
>
R
REPEAT
ROT
D
+-
DROP
R
>
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment