Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > Mathematica Sessions > Mathematica Session History >
Mathematica > Notebooks and Documents > Notebook Basics > Managing Computations in Notebooks > Mathematica Session History >

In

In[n]
is a global object that is assigned to have a delayed value of the n^(th) input line.
  • Typing In[n] causes the n^(th) input line to be re-evaluated.
  • In[] gives the last input line.
  • In[-k] gives the input k lines back.
Reevaluate a command without retyping it:
See what commands have been entered in a session:
Get Information for In. Note that here this will only include definitions from this example:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team