defpopup (test) { item(Say "$0 ($1)" , 0)echo $0 ($1) separator popup(Popup) { item(Say "$0" twice) { echo $0 (1) echo $0 (2) } } } echo "Use '/popup test ' to test the popup"