Which of the following is correct syntax for WAIT ON statement?

Which of the following is correct syntax for WAIT ON statement? Correct Answer WAIT ON signal_list;

The keyword WAIT is followed by a signal list which is similar to the sensitivity list of the process and the list is used to detect the events. Whenever any signal on the list changes the process resumes the execution.

Related Questions

What is the correct syntax for using a WAIT UNTIL statement?
Which among the following wait statement execution causes the enclosing process to suspend and then wait for an event to occur on the signals?
The wait statement “wait on” uses which type of data type?
Which one of the following is not a right syntax of wait statement?