Skip to content

Commit

Permalink
about to make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
hcchengithub committed Jun 17, 2018
1 parent d7c38f9 commit 93794a5
Show file tree
Hide file tree
Showing 5 changed files with 5,067 additions and 5,007 deletions.
7 changes: 7 additions & 0 deletions 3hta/f/misc.hta.f
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Math.sign = function sign(x) { return x > 0 ? 1 : x < 0 ? -1 : 0; };
( Word array ) (aliases) ;
/// Used in DOS box batch program for jeforth to ignore DOS words.

proc-env COMPUTERNAME char 31ENB667 = [if]

\ ----- NIC on/off utility -----

0 value officeLAN // ( -- n ) DeviceID of the OA LAN NIC. Change this for your case.
Expand Down Expand Up @@ -123,4 +125,9 @@ Math.sign = function sign(x) { return x > 0 ? 1 : x < 0 ? -1 : 0; };
\ nicoff 60 * 1000 * nap nicon ;
\ last :: comment=tick('officeLAN').comment

[then]


\ --- The End ---


12 changes: 6 additions & 6 deletions 3htm/f/ls.f
Original file line number Diff line number Diff line change
Expand Up @@ -737,12 +737,12 @@ function Handler(w) {
js> storage.get("autoexec") [if] [else]
<text> <unindent>
\ js: outputbox.style.fontSize="1.5em"
cr .( Launch the briefing ) cr
<o> <iframe src="http://note.youdao.com/share/?id=79f8bd1b7d0a6174ff52e700dbadd1b2&type=note"
name="An introduction to jeforth.3ce" align="center" width="96%" height="1000px"
marginwidth="1" marginheight="1" frameborder="1" scrolling="Yes"> </iframe></o> drop
cr cr
.( execute the 'list' command ) cr
\ cr .( Launch the briefing ) cr
\ <o> <iframe src="http://note.youdao.com/noteshare?id=b76172957fccf6a35b31dd7936327c3f&sub=43D112C5FDF447AD859EB3729F9B9ACA"
\ name="An introduction to jeforth.3ce" align="center" width="96%" height="1000px"
\ marginwidth="1" marginheight="1" frameborder="1" scrolling="Yes"> </iframe></o> drop
\ cr cr
\ .( execute the 'list' command ) cr
list
</unindent></text> unindent
{} js: tos().doc=pop(1) js: tos().readonly=true js: tos().mode=true
Expand Down
Loading

0 comments on commit 93794a5

Please sign in to comment.