powered by
NULL
This infix operator is the conceptual opposite of %||%, providing a fallback only if x is defined.
%||%
x
x %&&% y
If x is NULL, will return x; otherwise returns y.
y
op-null-default
1 %&&% 2 NULL %&&% 2
Run the code above in your browser using DataLab