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

Typo in second put if-statement example #1139

Closed
NikosAlexandris opened this issue Dec 4, 2022 · 3 comments · Fixed by #1140
Closed

Typo in second put if-statement example #1139

NikosAlexandris opened this issue Dec 4, 2022 · 3 comments · Fixed by #1140

Comments

@NikosAlexandris
Copy link
Contributor

A typo?

'if ($x > 0.0 { $y=log10($x); $z=sqrt($y) } else {$y = 0.0; $z = 0.0}'
should be

'if ($x > 0.0) { $y=log10($x); $z=sqrt($y) } else {$y = 0.0; $z = 0.0}'

missing -----^
@aborruso
Copy link
Contributor

aborruso commented Dec 5, 2022

I think you can open a PR

@johnkerl
Copy link
Owner

johnkerl commented Dec 5, 2022

@aborruso I will, no worries :)

@NikosAlexandris
Copy link
Contributor Author

I think you can open a PR

Yes, I tried but I had some mess in my fork (uncommitted old stuff and conflicts). Would retry these days. But ok!

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

Successfully merging a pull request may close this issue.

3 participants