1
0
Fork 0
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:
JonoCode9374 2019-12-26 16:23:33 +11:00 committed by GitHub
parent d66ad955c9
commit fe4f30edea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) .