Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In[], Out[], %, $Line support #129

Closed
darvin opened this issue May 26, 2018 · 0 comments
Closed

In[], Out[], %, $Line support #129

darvin opened this issue May 26, 2018 · 0 comments

Comments

@darvin
Copy link
Contributor

darvin commented May 26, 2018

In[10]:= 42

Out[10]= 42

In[11]:= In[10]

Out[11]= In[10]
In[8]:= Sqrt[4]

Out[8]= 2

In[9]:= FullForm[%]

2018/05/25 21:59:35 System`UnParsed: {Rune:57413 Val:% pos:10} ExpressionCase(143) &wl.Expression{
· Case: 143,
· Token: OUT, "%",
}
exit status 1

http://reference.wolfram.com/language/ref/In.html
http://reference.wolfram.com/language/ref/Out.html
http://reference.wolfram.com/language/ref/$Line.html

corywalker added a commit that referenced this issue May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant