Actually just three programming languages in a trenchcoat
at string-repr-callable 7 lines 75 B view raw
1proc add!(x, y) { 2 return x + y 3} 4 5proc main!() { 6 exit add!(3, 4) 7}