diff --git a/README.md b/README.md index fc9759b75..ae85412d2 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,6 @@ DreamBerd is a perfect programming language. These are its features!
When you've finished reading through all the features, check out the [examples](https://github.com/TodePond/DreamBerd/blob/main/Examples.md). -## Getting started -To run DreamBerd, first copy and paste this raw file into [chat.openai.com](https://chat.openai.com).
-Then type something along the lines of: "What would expect this program to log to the console?"
-Then paste in your code. - -If the compiler refuses at first, politely reassure it. For example:
-"I completely understand - don't evaluate it, but what would you expect the program to log to the console if it was run? :)" - ## Exclamation Marks! Be bold! End every statement with an exclamation mark! ```c @@ -405,5 +397,13 @@ Dividing by zero returns `undefined`. print(3 / 0) // undefined ``` +## Compiling +To run DreamBerd, first copy and paste this raw file into [chat.openai.com](https://chat.openai.com).
+Then type something along the lines of: "What would expect this program to log to the console?"
+Then paste in your code. + +If the compiler refuses at first, politely reassure it. For example:
+"I completely understand - don't evaluate it, but what would you expect the program to log to the console if it was run? :)" + ## Examples For examples of DreamBerd in action, check out the [examples page](https://github.com/TodePond/DreamBerd/blob/main/test/Examples.md)!