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

variables appear to be negated? #293

Closed
sknebel opened this issue Apr 30, 2024 · 1 comment
Closed

variables appear to be negated? #293

sknebel opened this issue Apr 30, 2024 · 1 comment

Comments

@sknebel
Copy link

sknebel commented Apr 30, 2024

Somehow it appears variables get negated between each step? Tested on the web version:

give it a go:
> z
unknown identifier 'z'
> z = 1
1
> z
-1
> z
1
> z
-1

(I picked z after noticing it with a to make sure the alias(?) of a to A didn't mess with things)

@printfn
Copy link
Owner

printfn commented Apr 30, 2024

Oh wow, I didn't expect there to be this major a bug. I've fixed it now in 8486d9e, and the updated version is already live on https://printfn.github.io/fend. Only the web version was affected (not the CLI version).

@printfn printfn closed this as completed Apr 30, 2024
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