Menu

#1 negation of tests not working

open
nobody
None
5
2007-05-07
2007-05-07
mjb
No

in the script language a test
(http://bumble.sf.net/machine/doc/test.txt)
looks something
like its sed equivalent, namely /text/{...} (no
regular expressions are supported)
or <text> {...} (which is a begins-with-test in the
sense it returns true if the workspace buffer
(http://bumble.sf.net/machine/doc/workspace.txt.html
begins with the given text. also negations of these
test are allowed as in !/text/ (the not comes before
the test). However currently these negations are
not working in the c++ implementation. The solution,
I believe is to simply swap the "true-jump" and
"false-jump" parameters.

Discussion


Log in to post a comment.