Skip to main content
Tweeted twitter.com/StackMma/status/1195673031307407360
edited tags
Link
Source Link
user1602
user1602

Internal Representation of ?name and ??name

Code

FullForm[Hold[?name]] Syntax::bktmcp: Expression "Hold[?name]]" has no closing "]". Syntax::sntxi: Incomplete expression; more input is needed . 

Question

This is exercise 3.2 (page 47) of Power Programming w/ Mathematica

The task is:

"determine the internal representation of the expressions ?name and ??name"

The above is what I tried. It failed. How do I win?