<> <> (EDIF NetlistExample (Status (EdifVersion 1 1 0) (EdifLevel 2) ) (Keyword PrintXEquals (Formal x) (Build Print "x=" x)) (Keyword PrintList (Extra l) (Build Print (ForEach l l))) (Library lib1 (Technology Example (PrintXEquals 3) (Repeat n 3 1 -1 (Print "n=" n)) (Print "(true)=" (true)) (PrintList 1 "three" five) (Iterate (Print "in Iterate") (Iterate (Print "in nested Iterate") (Escape (true) (Print "escaping nested iterate") (Escape (true) (Print "escaping outer iterate")) (Print "failed to execute inner escape")) (Print "failed to leave inner iterate")) (Print "Failed to leave outer iterate")) ) (Comment "end of library") ) )