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

Added a Concatenation example #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

schubertr
Copy link
Contributor

Added an example demonstrating use of the # key and how to take advantage of it's low precedence.

@bwittman
Copy link
Member

bwittman commented Jun 7, 2015

I like the example. However, we changed the way singletons work so that there is no longer an instance keyword. Essentially, you can just say Console con; instead of initializing it.

Is it possible to pull down the latest version of the compiler? Also, do you have Maven working?

@schubertr
Copy link
Contributor Author

Thanks. I just went through and updated all the code, removing the instance keyword. They all compile fine still. I do not have Maven working. I'm unfamiliar with it and wasn't sure exactly what to do. It's a project manager right? Similar to GitHub kinda? I'm cloudy on what exactly it is and how to use it.

@schubertr
Copy link
Contributor Author

Added a bits example, concatenation example, and fixed a small error in the loops example.

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