grapes-if-grapes: Alternative if

Description Usage Arguments Value Examples

Description

Alternative if

Usage

1
x %if% y

Arguments

x

Command to be executed; must be parenthesized.

Value

y The condition to satisfy; must be parenthesizd.

Examples

1
2
3
4
## Not run: 
(print(test)) %if% (1 == 1) 

## End(Not run)

davidmacro/frog2features documentation built on Oct. 27, 2021, 12:17 a.m.