Expand parser syntax with option values

Issue #167 resolved
Jochem Snuverink created an issue

As discussed with Laurie. It would be nice to be able to use and print out values of options in the parser:

outerDiameter = option["outerDiameter"] + 0.1;
print, option["nturns"];

Comments (1)

  1. Log in to comment