We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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[2]:= Get["examples/example.m"] Solve found no solutions for -2.5 + (-1.)*Private`uPlaceholder^(GCD[1., 2.]^(-1.)) + (Private`uPlaceholder^(GCD[1., 2.]^(-1.)))^2. == 0 for Private`uPlaceholder Solve found no solutions for -2.5 + (-1.)*x + x^2. == 0 for x 3+2 = ? (thats from Print[]): 5 In[3]:= <<"examples/example.m" 2018/06/03 15:51:40 System`UnParsed: {Rune:57389 Val:<< pos:1} ExpressionCase(4) &wl.Expression{ · Case: ExpressionCase(4), · FileName: &wl.FileName{ · · Case: 1, · · Token: STRING, "examples/example.m", · }, · Token: GET, "<<", } exit status 1
Desired behaviour
In[1]:= <<"examples/example.m" 3+2 = ? (thats from Print[]): 5 In[2]:= <<examples/example.m 3+2 = ? (thats from Print[]): 5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Desired behaviour
The text was updated successfully, but these errors were encountered: