Post History
Sclipting, (UTF-16) 80 bytes 갰減먩놔 먩놦①復먩놗겮꺕똀 먩놬①復①增疊먩놣겮꺕똀會먩놣겮꺕떠 먩놩⑴復먩놝 Explanation Input n pushed on stack 갰減 Subtract 3 먩놔 "╔" 먩놦 "╦" ①復 String of above repeat...
Answer
#1: Initial revision
# [Sclipting], [(UTF-16) 80 bytes][Byte count] ``` 갰減먩놔 먩놦①復먩놗겮꺕똀 먩놬①復①增疊먩놣겮꺕똀會먩놣겮꺕떠 먩놩⑴復먩놝 ``` Explanation ``` Input n pushed on stack 갰減 Subtract 3 먩놔 "╔" 먩놦 "╦" ①復 String of above repeated n-3 times 먩놗겮꺕똀 "╗\n╠" 먩놬 "╬" ①復 String of above repeated n-3 times ①增疊 List of above repeated (n-3)+1 times 먩놣겮꺕똀 "╣\n╠" 會 Join the list with separater above 먩놣겮꺕떠 "╣\n╚" 먩놩 "╩" ⑴復 String of above repeated n-3 times (but finally remove n-3 from stack) 먩놝 "╝" ``` [Sclipting]: https://esolangs.org/wiki/Sclipting [Byte count]: https://ethproductions.github.io/bytes/?e=utf-16&t=%EA%B0%B0%E6%B8%9B%EB%A8%A9%EB%86%94%20%EB%A8%A9%EB%86%A6%E2%91%A0%E5%BE%A9%EB%A8%A9%EB%86%97%EA%B2%AE%EA%BA%95%EB%98%80%20%EB%A8%A9%EB%86%AC%E2%91%A0%E5%BE%A9%E2%91%A0%E5%A2%9E%E7%96%8A%EB%A8%A9%EB%86%A3%EA%B2%AE%EA%BA%95%EB%98%80%E6%9C%83%EB%A8%A9%EB%86%A3%EA%B2%AE%EA%BA%95%EB%96%A0%20%EB%A8%A9%EB%86%A9%E2%91%B4%E5%BE%A9%EB%A8%A9%EB%86%9D