| [news.eclipse.modeling.mdt.ocl] Re: def expression? |
Thanks a lot
Joel
Hi,
I'm confused whether or how the "def:" expression is supported. My intuition is that I e.g. type
def: s: String = 'Hello'
in the console and that I can use the variable s when evaluating subsequent expressions. However, that doesn't seem to work.
What am I missing?
Joel