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
1 changed files with 5 additions and 3 deletions

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