Actually just three programming languages in a trenchcoat
at main 6 lines 117 B view raw
1proc main!() { 2 let three = 3 3 let array = [4, 5, 6] 4 let longer = [1, 2, three, ..array] 5 exit longer 6}