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

Change variable name from "$square" to "$double" or "$even" in exercise11 #6

Open
steffenvan opened this issue Dec 8, 2021 · 0 comments

Comments

@steffenvan
Copy link

Minor correction in the exercise 11 notebook: I think the intended variable name for the variable $square is $double since we are doubling each value in the sequence rather than squaring it :).

%%rumble
let $sequence := 1 to 10
for $value in $sequence
let $square := $value * 2  // doubling operation
where $square < 10
return $square
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