Compiler mistakes index
(should be number type) for text type in repeat
loop
#42
Labels
bug
Something isn't working
Describe the bug
When
repeat
looping based on a number that has been set in a variable, the compiler thinks that theindex
is a text variable.To Reproduce
Debug output
Expected behavior
I expect the
index
to be a number.Version Information (please complete the following information):
uname -a
): Darwin Michaels-MacBook-Air.local 23.2.0 Darwin Kernel Version 23.2.0: Fri Oct 13 09:28:08 PDT 2023; root:xnu-10002.60.54~14/RELEASE_ARM64_T8112 arm64go version
): go version go1.21.4 darwin/arm64Additional Information:
May be related to #41.
The text was updated successfully, but these errors were encountered: