# program test1_ix.py # by D@CC on 2023KNov11 &| &count| =5 &| &| &count2|=4 &| # most recent entity values are used i.e. print("ent.values in this macro def. will be used") # becomes # program test1.py print("count:"+str(&count|)+":") print("count2:"+str(&count2|)+":") print("before for . . &count|+&count2|") for i in range(&count|+&count2|): print("for loop:",i+.1) print("In for, count2:"+str(&count2|)+":") #for end