Loading functions from external as file

I’m a noob to this whole class thing, so how would i say in an external as file


function blah(){
//blah
}

and then load and use that function in my fla file?