How does `?n` differ from `'n'`?

Viewed 122

Chris Pine's How to Program mentions that the following:

?T

should return 84. When I run it, it returns "T". My suspicion is that there is a version difference. My guess is that ? is an Array or String method, but I cannot find documentation. What does ?T do?

1 Answers
Related