grapes-ss-grapes: Value selection operator

%ss%R Documentation

Value selection operator

Description

This operator returns the left side if it's not NULL, otherwise it returns the right side.

Usage

a %ss% b

Arguments

a

The left side value to check

b

The right side value to use if a is NULL

Examples

NULL %ss% 10
5 %ss% 10

inferCSN documentation built on April 13, 2025, 5:11 p.m.