Post History
Vyxal/Keg , 8 bytes `:.,`:., Try it online! (Keg) The explanations are the same for both languages, seeing as how Vyxal is heavily based on Keg. Explained `:.,` # Push the string ":.," :., ...
Answer
#3: Post edited
- # [Vyxal](https://github.com/Lyxal/Vyxal)/[Keg](https://github.com/Lyxal/Keg) , 8 bytes
- `:.,`:.,
- The explanations are the same for both languages, seeing as how Vyxal is heavily based on Keg.
- ## Explained
- `:.,` # Push the string ":.,"
- :., # Duplicate it, print it raw and then print it nice
- # [Vyxal](https://github.com/Lyxal/Vyxal)/[Keg](https://github.com/Lyxal/Keg) , 8 bytes
- `:.,`:.,
- [Try it online! (Keg)](https://tio.run/##y05N//8/wUpPB4T//wcA "Keg – Try It Online")
- The explanations are the same for both languages, seeing as how Vyxal is heavily based on Keg.
- ## Explained
- `:.,` # Push the string ":.,"
- :., # Duplicate it, print it raw and then print it nice
#2: Post edited
- # [Vyxal](https://github.com/Lyxal/Vyxal)/[Keg](https://github.com/Lyxal/Keg) , 8 bytes
- `:.,`:.,
- The explanations are the same for both languages, seeing as how Vyxal is heavily based on Keg.
- ## Explained
- `:.,` # Push the string ":.,"
:., # Duplicate it, print it raw and then print it nice
- # [Vyxal](https://github.com/Lyxal/Vyxal)/[Keg](https://github.com/Lyxal/Keg) , 8 bytes
- `:.,`:.,
- The explanations are the same for both languages, seeing as how Vyxal is heavily based on Keg.
- ## Explained
- `:.,` # Push the string ":.,"
- :., # Duplicate it, print it raw and then print it nice
#1: Initial revision
# [Vyxal](https://github.com/Lyxal/Vyxal)/[Keg](https://github.com/Lyxal/Keg) , 8 bytes `:.,`:., The explanations are the same for both languages, seeing as how Vyxal is heavily based on Keg. ## Explained `:.,` # Push the string ":.," :., # Duplicate it, print it raw and then print it nice