probe function

Probe probe(
  1. double value
)

Create a constant probe that always evaluates to value.

Implementation

Probe probe(double value) => currentContext.probe(value);