Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed documentation bug #35

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ <h3><u>Data Types</u></h3>
</ul>
</div>

<h3><u>Braces</u></h3>
<div>
<ul>
<li>At any point in the program, to come out of a brace (be if of a function, an if-else, or a loop), use the command <i>out</i>.</li>
</ul>
</div>

<h3><u>Functions</u></h3>
<div>
<ul>
Expand Down Expand Up @@ -121,7 +128,7 @@ <h3><u>If-Else</u></h3>
<p><b>Statement Written: </b><tt>if (test >= 5) {}</tt></p>
</div>

<h3><u>If-Else</u></h3>
<h3><u>While Loop</u></h3>
<div>
<ul>
<li>To use the while loop construct, start the command with the word <i>while</i>.</li>
Expand Down