From fe4f30edea9b0bf50e8df88302a777cd7b95d18a Mon Sep 17 00:00:00 2001 From: JonoCode9374 <36217120+JonoCode9374@users.noreply.github.com> Date: Thu, 26 Dec 2019 16:23:33 +1100 Subject: [PATCH] Update Examples.md --- Examples.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Examples.md b/Examples.md index 2991958..f394608 100644 --- a/Examples.md +++ b/Examples.md @@ -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) .