function alert(priority, subject, body) { # priority : "low" | "med" | "hi" # subject : string without spaces # body : anything print("OK", Module, "alert", priority, subject, body) }