wantarray
wantarray().
Implementation Notes
perl5: returns true in list context, false in scalar, undef in void. Since we don’t track context fully yet, return false (scalar) by default.
Implementation Notes
perl5: returns true in list context, false in scalar, undef in void. Since we don’t track context fully yet, return false (scalar) by default.