grapes-with-grapes: Posterior variable declaration

%with%R Documentation

Posterior variable declaration

Description

Posterior variable declaration

Usage

expr %with% variables

Arguments

expr

expression to evaluate

variables

expression with variable assignments

Value

The value of the evaluated expression.

Examples

  (a + b) %with% {
    a = 1
    b = 2
  }

where documentation built on April 3, 2025, 8:08 p.m.