1 2 3 4 5 6 7
fn translate(input) { if (input == "hi") { return ["hi", "", "hello", true]; } return ["hi", "", "", false]; }