How can I drop multiple columns from a table in a single command

Oracle says there is a 'continue' option in 'Alter table drop column '
But I don't know how to use that option . I am trying various combinations but it's not working.

Amol