Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hcchengithub committed Nov 9, 2015
1 parent a34a254 commit 7245fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baby.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<body>
<div><b>jeForth sample code baby.html -- FigTaiwan H.C.Chen 2015</b></div><hr>
<div id="outputbox"><i>Output area, 'cls' command to clear</i>
<div id="source_box">Forth source code. Just a few demo, scroll to view all of them. This area is deposable because definitions are read already.<textarea id="source_code" cols=100 rows=10>
<div id="source_box">Forth source code. Just a few demo, scroll to view all of them. This area is disposable because definitions are read already.<textarea id="source_code" cols=100 rows=10>
code // var s = nexttoken('\n|\r'); last().help = s; end-code
// ( <comment> -- ) Give help message to the last word.
code cls vm.clearScreen() end-code // ( -- ) Clear output area
Expand Down
2 changes: 1 addition & 1 deletion sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<div><b id=appname2></b></div><hr>
<script>appname2.innerText=appname.innerText</script>
<div id="outputbox"><i>Output area, 'cls' command to clear</i>
<div id="source_box">Source code of basic words. Scroll to view all of them. This area is deposable because definitions are read already.<textarea id="source_code" cols=100 rows=10>
<div id="source_box">Source code of basic words. Scroll to view all of them. This area is disposable because definitions are read already.<textarea id="source_code" cols=100 rows=10>
code // last().help = nexttoken('\n|\r'); end-code
// ( <comment> -- ) Give help message to the new word.
code stop reset();debugger; end-code // ( -- ) Stop the TIB loop
Expand Down

0 comments on commit 7245fc4

Please sign in to comment.