GulfOfMexico icon indicating copy to clipboard operation
GulfOfMexico copied to clipboard

Clarify how else when works

Open Cifram opened this issue 2 years ago • 1 comments

It turns out ChatGPT, the default interpreter for DreamBerd, tends to assume that the else keyword does nothing, and thus interprets else when as being the same as a simple when. Therefore, to maximize the odds that ChatGPT will correctly understand the semantics of else when, this assumption has been codified. The else keyword now officially does nothing.

This is reflected in the docs, and the official FizzBuzz example.

Cifram avatar Jun 08 '23 06:06 Cifram

This addresses issue #107.

Cifram avatar Jun 08 '23 06:06 Cifram