Post History
Japt v1.4.5, 13 bytes â Ëâ¬ÃeÈx vXÊ Try it â Ëâ¬ÃeÈx vXÊ :Implicit input of integer â :Divisors Ë :Map ⬠: Proper divisors à ...
#2: Post edited
- # [Japt](https://github.com/ETHproductions/japt) v1.4.5, 13 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- â Ëâ¬ÃeÈx vXÊ
[Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.5&code=4iDL4qzDZch4IHZYyg&input=WzEgMiA1IDYgOSAyNSAyMDcgMzAgMjA2IDIwOF0tbVM)
- # [Japt](https://github.com/ETHproductions/japt) v1.4.5, 13 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- â Ëâ¬ÃeÈx vXÊ
- [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.5&code=4iDL4qzDZch4IHZYyg&input=WzEgMiA1IDYgOSAyNSAyMDcgMzAgMjA2IDIwOF0tbVM)
- â Ëâ¬ÃeÈx vXÊ :Implicit input of integer
- â :Divisors
- Ë :Map
- ⬠: Proper divisors
- Ã :End map
- e :Do all return truthy when
- È :When passed through the following function as X
- x : Reduce by addition
- v : Divisible by
- XÊ : Length of X
