Changes between Initial Version and Version 1 of Ticket #2800, comment 3


Ignore:
Timestamp:
2014-09-08T18:25:09Z (10 years ago)
Author:
Martin Sjölund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2800, comment 3

    initial v1  
    77algorithm
    88  (e,continue,extraArg) := evalTraversalFunctionTopDown(e, funcUnion, extraArg);
     9  if not continue
     10    return;
     11  end if;
    912  (e,extraArg) := match (...)
    1013    ...