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