Skip to content

Commit

Permalink
STR= replaced with S=
Browse files Browse the repository at this point in the history
Should have been done before
  • Loading branch information
gerryjackson committed Nov 29, 2015
1 parent 765db40 commit 8c0cb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toolstest.fth
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
\ Version 0.13 31 October 2015 More tests on [ELSE] and [THEN]
\ TRAVERSE-WORDLIST etc tests made conditional on the required
\ search-order words being available
\ Calls to COMPARE replaced with STR= (in utilities.fth)
\ Calls to COMPARE replaced with S= (in utilities.fth)
\ 0.11 25 April Added tests for N>R NR> SYNONYM TRAVERSE-WORDLIST
\ NAME>COMPILE NAME>INTERPRET NAME>STRING
\ 0.6 1 April 2012 Tests placed in the public domain.
Expand Down Expand Up @@ -285,7 +285,7 @@ T{ : SYN3 SYN2 LITERAL ; SYN3 -> 2345 }T

\ Compare string (caddr u) with name associated with nt
\? : NAME? ( caddr u nt -- caddr u f ) \ f = true for name = (caddr u) string
\? NAME>STRING >UPPERCASE 2OVER STR=
\? NAME>STRING >UPPERCASE 2OVER S=
\? ;

\ The word to be executed by TRAVERSE-WORDLIST
Expand Down

0 comments on commit 8c0cb3a

Please sign in to comment.