computePositional method

List computePositional(
  1. SymbolTable? scope
)

Implementation

List computePositional(SymbolTable? scope) =>
    arguments.map((e) => e.compute(scope)).toList();