Attendees: Ric Dokken, Carey Garrenton, Greg Maston, Jim O'Reilly, Ernie Wahl Ric provided a narrative for his STIL.4 test program example which included STIL.4 syntax feature requests which were added to the "1450.4 issues list" as Issue #72-75: 72. Add Enum AsynchronousEvent "ENDOFTEST" corollary to START: this must be coordinated with "Annex D Event Sequence","D.2 Execution" because it occurs after binning as distinguished from the entry-point test's post-actions which take place before. 73. Associate a number with FlowNode akin to TestNum (associated with a Test). Two+ FlowNodes execute same test instance but require different numbers for datalogging purposes. 74. Make FlowNode PORTLABEL optional. 75. Add sqrt function ? Existing function pow(X, 0.5) may return a significantly different value. RogueVation syntax includes keyword Library in the test-instance statement which indicates which library the test is defined in. Depending on the library, a test by the same name can have a different set of arguments and may perform a different function or the same function differently. As per discussion, it appears that a STIL.4 translator can map a standard test-type or a user-defined test-type resolving to STIL.4/5 standard test-types to a library, i.e., RogueVation supplies a library, users can add their own. Ernie requested that Ric take on event sequence "Annex D Event Sequence", "D.2 Execution", to take advantage of his experience.