File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ <h1>Programming in A-Normal Form</h1>
4949 < tr > < td > if</ td > < td > (if true then (4) else (8))</ td > < td > selects between two blocks, only allowed at the end of a block</ td > </ tr >
5050 </ tbody >
5151 </ table >
52-
5352< br > There are also a number of built-in functions:< br > < br >
5453 < table >
5554 < thead >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ document.addEventListener('DOMContentLoaded', () => {
4343
4444 const output = document . getElementById ( "output" ) ;
4545 if ( output ) {
46- output . textContent = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n "
46+ output . textContent = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
4747 + "Welcome! Try typing:\n\n"
4848 + "((+ 1) 2)\n\n"
4949 + "and press Enter.\n\n"
You can’t perform that action at this time.
0 commit comments