RosettaCodeData/Task/Naming-conventions/R/naming-conventions.r
2026-04-30 12:34:36 -04:00

1 line
38 B
R

`%!in%` <- function(x, y) !(x %in% y)