/** The Second element demonstrates the power of structured comments in ULAM. Even though the code looks almost identical to First, its behavior is totally different! \color #2e2 \symbol S1 \symmetries all */ element Second{ EventWindow ep; Void behave(){ ep[1]=ep[0]; } }