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

ToExpression[] support #141

Open
darvin opened this issue May 26, 2018 · 1 comment
Open

ToExpression[] support #141

darvin opened this issue May 26, 2018 · 1 comment

Comments

@darvin
Copy link
Contributor

darvin commented May 26, 2018

In[194]:= ToExpression["3 + x^2 - 4"]                                                            

                   2         2           2         2
Out[194]= {{-1 + a1 , -1 + b1 }, {-1 + a2 , -1 + b3 }}

In[195]:= ToHeldExpression["3 + x^2 - 4"]                                                        

                    2
Out[195]= Hold[3 + x  - 4]

In[196]:= ?ToExpression                                                                          
ToExpression[input] gives the expression obtained by interpreting strings or boxes as 
    Wolfram Language input. 
ToExpression[input, form] uses interpretation rules corresponding to the specified form. 
ToExpression[input, form, h] wraps the head h
     around the expression produced before evaluating it. 
@mmatera
Copy link

mmatera commented Feb 6, 2019

It would be useful also for the new version of iwolfram.

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

2 participants