mirror of
https://github.com/Lyxal/Keta.git
synced 2024-08-14 23:53:13 +00:00
Update Examples.md
This commit is contained in:
parent
d66ad955c9
commit
fe4f30edea
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
|||
Operators shown here are purely for design experimentation and maynot reflect the final system of operators
|
||||
|
||||
## Make me a square!
|
||||
|
||||
Keg got 11 bytes on this challenge.
|
||||
|
||||
P[DD+\ }S3
|
||||
P[DD+s}S3
|
||||
|
||||
Expands to:
|
||||
|
||||
Shape(Palindromise(Add(Double(Double(input)), " ")), 3)
|
||||
Shape(Palindromise(Add(Double(Double(input)), Space)), 3)
|
||||
|
||||
10 bytes (Ket) vs 11 bytes (Keg) .
|
||||
9 bytes (Ket) vs 11 bytes (Keg) .
|
||||
|
|
Loading…
Reference in a new issue