j
k
j a
j l
...(typeof(x) & _typeof(y)) == _typeof(y); (8) Result: 1
(typeof(x) & _typeof(y)) == _typeof(y);
(8) Result: 1
A simpler (better?) way to test "can x hold the value y" is
typeof(x) >= _typeof(y)
Back to the thread
Back to the list