930 B
930 B
Chef
- Ingredient names are case-sensitive and must not contain periods.
- Auxiliary recipe names are case-sensitive. If the recipe title is
Chocolate Sauce
, calling instruction must beServe with Chocolate Sauce
and notServe with chocolate sauce
. - Each method instruction must end with a period.
- The method section can be spread across multiple lines.
- A single method instruction cannot roll over to the next line.
- The Chef language involves usage of present and past forms of verbs:
The Esolang Park interpreter cannot convert verbs between the two forms, so we adopt the following convention: the past form of the verb is the same as the present form of the verb. So the above example must be changed to the following for Esolang Park:Blend the sugar <other instructions> Shake the mixture until blended
Blend the sugar <other instructions> Shake the mixture until blend