primitive By Name
Given a primitive name, look it up and answer the Primitive if found, or null if not found.
Return
The primitive, or null if the name is not a valid primitive.
Parameters
name
The primitive name to look up.
Given a primitive name, look it up and answer the Primitive if found, or null if not found.
The primitive, or null if the name is not a valid primitive.
The primitive name to look up.