Post History
Jelly, 1 byte x Try It Online! x is Jelly's replicate atom. Since Jelly is inspired by languages like J, APL, etc, it is no surprise that is has an atom for a fairly important function.
#1: Initial revision
# [Jelly], 1 byte
x
[Try It Online!](https://jht.hyper-neutrino.xyz/tio#WyIiLCJ4IiwiIiwiIixbIlwiSGVsbG9cIiIsIjMiXV0=)
[Jelly]: https://github.com/DennisMitchell/jellylanguage
`x` is Jelly's replicate atom. Since Jelly is inspired by languages like J, APL, etc, it is no surprise that is has an atom for a fairly important function.
