do loop syntax updated??
Posted: Tue Jun 09, 2026 2:08 pm
Hello!
I am not sure if this is documented, but using {.} seems to work instead of using an end do statement, as in:
do i=1,3 {
dis "i = " i
}
Is this something we can rely upon?
thanks,
Randy
I am not sure if this is documented, but using {.} seems to work instead of using an end do statement, as in:
do i=1,3 {
dis "i = " i
}
Is this something we can rely upon?
thanks,
Randy