bbedit close without saving

C++
tell application "BBEdit"
	try
		close window 1 saving no
	on error
	end try
end tell
Source

Also in C++: