From 4a59c3f8edb5a293c7da3ad431f8346ea461a5e5 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Sun, 4 Dec 2022 23:37:00 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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)!