←
$SyntaxHandler
/
Reference of Built-in Symbols
/
The Main Loop
/
In
WMA
In
[
k
]
gives the
k
-th line of input.
x = 1
x = x + 1
Do[In[2], {3}]
x
In[-1]
Definition[In]
←
$SyntaxHandler