Forum Discussion
Komag
11 years agoRoku Guru
Is your code spaced out like this? I don't recognize the "next"s - they replace END FOR? Are they more useful in some way, such as helping with some version of EXIT FOR or other option?
vals = [false, 0, 0.0, 0d]
ifcs = ["ifBoolean", "ifInt", "ifFloat", "ifDouble"]
FOR EACH val IN vals
FOR EACH ifc IN ifcs
? type(val,3), ifc, getInterface(val, ifc)
NEXT
NEXT