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

for loops #3

Closed
danhcole opened this issue Nov 13, 2015 · 3 comments
Closed

for loops #3

danhcole opened this issue Nov 13, 2015 · 3 comments
Labels

Comments

@danhcole
Copy link
Owner

don't work...

@danhcole danhcole added the bug label Nov 13, 2015
@ms4985
Copy link
Collaborator

ms4985 commented Nov 13, 2015

might be the assignment operator

@danhcole
Copy link
Owner Author

Assignment operator is 'fixed', still bugged out

@danhcole
Copy link
Owner Author

Fixed!

FOR was looking for an expr, but x = 1+1 is a statement. Changed that particular assignment (Assign2) to an expression, which fixed the issue. (thanks super boring CDMA lecture!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants