Post History
Japt -N, 9 bytes ¨T©ÒßVVnU Try it ¨T©ÒßVVnU :Implicit input of integers U & V ¨ :U is >= T : 0 © :Logical AND with Ò :Negate the...
Answer
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-N`](https://codegolf.meta.stackexchange.com/a/14339/), 9 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ¨T©ÒßVVnU
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LU4&code=qFSp0t9WVm5V&input=MTIwCjcx)
- # [Japt](https://github.com/ETHproductions/japt) [`-N`](https://codegolf.meta.stackexchange.com/a/14339/), 9 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- ¨T©ÒßVVnU
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LU4&code=qFSp0t9WVm5V&input=MTIwCjcx)
- ¨T©ÒßVVnU :Implicit input of integers U & V
- ¨ :U is >=
- T : 0
- © :Logical AND with
- Ò :Negate the bitwise NOT of
- ß :Recursive call with arguments
- V : U=V
- VnU : V=U-V
- :Implicit output of final result as an integer
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt) [`-N`](https://codegolf.meta.stackexchange.com/a/14339/), 9 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) ¨T©ÒßVVnU [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LU4&code=qFSp0t9WVm5V&input=MTIwCjcx)