This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| acc [2017/07/10 21:24] – korshun | acc [2017/07/14 19:23] (current) – korshun | ||
|---|---|---|---|
| Line 64: | Line 64: | ||
| </ | </ | ||
| - | ==== Strange compiler crash (ACC 1.56 beta, not in ACC 1.55) ==== | + | ==== Strange compiler crash (ACC 1.56 beta Windows build only) ==== |
| < | < | ||
| Line 91: | Line 91: | ||
| But the following does not: | But the following does not: | ||
| + | * Changing the loop condition | ||
| * Replacing '' | * Replacing '' | ||
| - | * Adding more code after continue, both inside and outside the loop | + | * Adding more code before and after continue, both inside and outside the loop |
| + | * Adding more functions anywhere else | ||
| + | * Replacing " | ||
| ==== Local variable names can conflict with global names ==== | ==== Local variable names can conflict with global names ==== | ||