Mathematica 假如i等于2或3

问题描述:

Mathematica 假如i等于2或3
假如i等于2或3,输出1

这样:
i = 2;
If[i == 2 || i == 3, 1]