How do you quit an application without saving?

I’m trying to quit the application Expression Media 2 without having the “would you like to save” dialog box popping up and stopping the quit.

Here is the info from the Expression Media 2 Applescript dictionary:

quit‚v : quit Expression Media 2 closing all open catalogs
quit
[saving boolean] : whether to save changes before closing

What wold the exact syntax look like?

Hi,

either


quit application "Expression Media 2" saving no

or

quit application "Expression Media 2" without saving