We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76820ba commit d868ee7Copy full SHA for d868ee7
1 file changed
tests/functional/dim_at_label7.bas
@@ -1,4 +1,6 @@
1
+REM circular dependency. Not compilable
2
3
DIM a at @b + 1
-DIM b at @c
4
-DIM c at @a
+DIM b at @c + 1
5
+DIM c at @a + 1
6
+
0 commit comments