# program test1_ix.py # by D@CC on 2023KNov11 # 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(5)+":") print("count2:"+str(4)+":") print("before for . . 5+4") for i in range(5+4): print("for loop:",i+.1) print("In for, count2:"+str(4)+":") #for end