File size: 256 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | a = ("" | `${a}x`)
b = (0 | ???*0*)
- *0* unsupported assign operation
⚠️ This value might have side effects
c = (0 | ???*0*)
- *0* updated with update expression
⚠️ This value might have side effects
d = (0 | 1)
e = (1 | 2)
f = (1 | 2)
|