Skip to content

Commit

Permalink
Control flow for conditional tests improved
Browse files Browse the repository at this point in the history
Suggested solution used, plus definition and use of GOTO-EOF deleted. Issue #36 closed
  • Loading branch information
gerryjackson committed Aug 2, 2022
1 parent 2ccc585 commit 45b7ecc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/fp/fpzero-test.4th
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ variable #errors 0 #errors !

cr cr .( ** System does not support floating point signed zero. **)
cr .( ** Therefore these tests have been skipped **) cr
: goto-eof begin refill 0= until ; goto-eof
[THEN]
[ELSE]

verbose @ [IF]
cr cr .( System supports fp signed zero. )
Expand All @@ -65,5 +64,5 @@ cr .( #ERRORS: ) #errors @ . cr
[THEN]

CR .( End of fpzero-test.4th) CR

[THEN]

0 comments on commit 45b7ecc

Please sign in to comment.