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 that doesnt close #37

Open
rishu2575 opened this issue Jul 7, 2020 · 3 comments
Open

for that doesnt close #37

rishu2575 opened this issue Jul 7, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rishu2575
Copy link
Collaborator

rishu2575 commented Jul 7, 2020

    for foo                 { \
      if foo                                   \
        {                                                               \
          if foo                                               { \
           bar;                                   \
          } else                                                          \
            {                                                           \
              foo;                                        \
             foo ( bar,            \
                      foo,                           \
                       x,                  \
                        y);       \
              bar;                                       \
            }                                                           \
        }                                           ```
@rishu2575 rishu2575 added the bug Something isn't working label Jul 7, 2020
@rishu2575
Copy link
Collaborator Author

rishu2575 commented Jul 7, 2020

-    if (bar)
+  for (foo) {
+    if (bar) {
       foo;
+    }
   foo;
-  for (bar)
+  }

@PjrCodes
Copy link
Owner

PjrCodes commented Jul 7, 2020

Fixed in latest commit bf07f93

@PjrCodes PjrCodes closed this as completed Jul 7, 2020
@rishu2575 rishu2575 reopened this Jul 7, 2020
@PjrCodes
Copy link
Owner

\

Repository owner locked as resolved and limited conversation to collaborators Mar 22, 2021
@PjrCodes PjrCodes reopened this Mar 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants