Post History
Japt, 4 bytes P1 is: +"+U Try it Which outputs P2, where N1 is the input from P1: N1+U Try it
Answer
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt), 4 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- P1 is:
- +"+U
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=KyIrVQ&input=MTA)
Which outputs P2:- N1+U
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=MTArVQ&input=OA)
- # [Japt](https://github.com/ETHproductions/japt), 4 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- P1 is:
- +"+U
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=KyIrVQ&input=MTA)
- Which outputs P2, where `N1` is the input from P1:
- N1+U
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=MTArVQ&input=OA)
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt), 4 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) P1 is: +"+U [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=KyIrVQ&input=MTA) Which outputs P2: N1+U [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=MTArVQ&input=OA)