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

The "%" character does not store the last output if a semicolon is used #113

Open
petergthatsme opened this issue Apr 24, 2021 · 0 comments

Comments

@petergthatsme
Copy link

The "%" character should store the results of last output, but it does not if a semicolon is used (in contrast to what happens in a standard mathematica notebook). This example (and screenshot below) show the problem:

(* output from both lines is seen *)
Sin[x]^3+Cos[y]^2
TrigReduce[%]

(* see no out put here, but should see output from second line *)
Sin[x]^3+Cos[y]^2; 
TrigReduce[]

image

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