Skip to content

Commit

Permalink
finished help.html
Browse files Browse the repository at this point in the history
  • Loading branch information
btzy committed Aug 23, 2017
1 parent 6add37d commit feac759
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions bf.css
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,13 @@ body>.wrapper>.horizontal-spacer .actual-spacer{
padding-right:20px;
}

#about h1{
font-size:24px;
}

#about h2{
font-size:20px;
}


.displaynone, #header .displaynone, #memoryview.displaynone{
Expand Down
4 changes: 2 additions & 2 deletions help.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ <h1>Using Jelly</h1>
<p>Unless you have large quantities of input or output to process, it is unlikely that your program will run significantly slower in interactive mode, so interactive mode is the recommended option to use.</p>
<p>To run your brainfuck program, simply type (or paste) your code in the code editor and click the "Run" button on the top menu after selecting the correct mode.</p>
<h2>Debugging Features</h2>
<p>Code may be paused at any time while running, by pressing the "Pause/Continue" button. This will enter or exit pause mode.</p>

<p>Code may be paused at any time while running, by pressing the "Pause/Continue" button. Middle clicking on any brainfuck command character will toggle a breakpoint at that character (so that execution will pause just before that command).</p>
<p>While paused, the current memory array is displayed and is editable. To edit a memory cell, right click or double click inside the cell and type a new value. The cell will be updated once you click somewhere else.</p>
</div>
</div>

Expand Down

0 comments on commit feac759

Please sign in to comment.