For Javascript,
function ClassName(args : type)
{
// Stuff
}
It is just a normal function with the function name being the same as the class's name.
↧