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

Update join #48

Merged
merged 3 commits into from
Dec 8, 2016
Merged

Update join #48

merged 3 commits into from
Dec 8, 2016

Conversation

cmontella
Copy link
Contributor

No description provided.

@cmontella
Copy link
Contributor Author

Fixes #36

Copy link

@convolvatron convolvatron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -40,7 +40,7 @@ bind @browser
[#div sort: y, text: y]
```

Generate and display the odd integers between 1 and 10. In this example, `y = {1, 3, 5, 6, 9}`. Notice the set does not include `10` in this case.
Generate and display the odd integers between 1 and 10. In this example, `y = (1, 3, 5, 7, 9)`. Notice the set does not include `10` in this case.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it occurs to me that maybe {...} is a more generally appreciated notation for sets than (...)

Copy link

@convolvatron convolvatron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

total, absolute and unconditional approval

@cmontella cmontella merged commit 4aaea35 into master Dec 8, 2016
@cmontella cmontella deleted the update/join branch December 8, 2016 00:21
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 this pull request may close these issues.

2 participants