Hi!
I have noticed some problems by passing parameters by class creating
Example
% Class A -parameter par ::A % A create a -par -e Can't find result of parameter par during '::a par' %
# This one was OK.
% A create a ::a % a par -e -e
It seems it is imposible to pass any parameter value beginning with '-' by creating some instance. Is there any workaround for this problem?
Artur Trzewik