using keywords in lambda-args

Kevin Reid <[email protected]>
Newsgroups gmane.comp.lang.e.general
Message-ID <[email protected]>
I thought lambda-args was supposed to permit any E keyword to be used  
in its keyword  position.

? pragma.enable("lambda-args")
? repeat() do { a } while { b }
# syntax error:
#   repeat() do { a } while { b }
#                         ^
#   @ <-.e#:span::3:22::3:22>

? repeat() do { a } whilst { b }
# problem: Failed: Undefined variable: repeat

-- 
Kevin Reid                            <http://homepage.mac.com/kpreid/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.