
24 Feb
2010
24 Feb
'10
2:14 p.m.
I feel sometimes it could be convenient to use setexpr to use a memory location as argument. The code for that is pretty trivial but the question (and reason for mailing this instead of just submitting the patch) is the syntax of the command.
setexpr uses A op B and one of the possibilities for op is a *. If we also allow a * to dereference things (like done in itest) we could get something like setexpr result *3 * *4 Not sure if that is a desirable syntax.
Your opinion on this extension and syntax is appreciated.
Frans