grapes-or-try-or-grapes: Try an expression

%|try|%R Documentation

Try an expression

Description

Calls the expression (LHS) & if it fails return RHS

Usage

lhs %|try|% rhs

Arguments

lhs

(expression) to try

rhs

(expression) to replace if expression fails

Value

results from lhs on success results from rhs on fail

See Also

Other infixes: %allin%(), %nin%(), %|0|%(), %|%(), %|legit|%(), %|zchar|%()


yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.