Skip to content

Commit 93794a5

Browse files
committed
about to make a release
1 parent d7c38f9 commit 93794a5

File tree

5 files changed

+5067
-5007
lines changed

5 files changed

+5067
-5007
lines changed

3hta/f/misc.hta.f

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Math.sign = function sign(x) { return x > 0 ? 1 : x < 0 ? -1 : 0; };
5555
( Word array ) (aliases) ;
5656
/// Used in DOS box batch program for jeforth to ignore DOS words.
5757

58+
proc-env COMPUTERNAME char 31ENB667 = [if]
59+
5860
\ ----- NIC on/off utility -----
5961

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

128+
[then]
129+
130+
131+
\ --- The End ---
132+
126133

3htm/f/ls.f

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,12 +737,12 @@ function Handler(w) {
737737
js> storage.get("autoexec") [if] [else]
738738
<text> <unindent>
739739
\ js: outputbox.style.fontSize="1.5em"
740-
cr .( Launch the briefing ) cr
741-
<o> <iframe src="http://note.youdao.com/share/?id=79f8bd1b7d0a6174ff52e700dbadd1b2&type=note"
742-
name="An introduction to jeforth.3ce" align="center" width="96%" height="1000px"
743-
marginwidth="1" marginheight="1" frameborder="1" scrolling="Yes"> </iframe></o> drop
744-
cr cr
745-
.( execute the 'list' command ) cr
740+
\ cr .( Launch the briefing ) cr
741+
\ <o> <iframe src="http://note.youdao.com/noteshare?id=b76172957fccf6a35b31dd7936327c3f&sub=43D112C5FDF447AD859EB3729F9B9ACA"
742+
\ name="An introduction to jeforth.3ce" align="center" width="96%" height="1000px"
743+
\ marginwidth="1" marginheight="1" frameborder="1" scrolling="Yes"> </iframe></o> drop
744+
\ cr cr
745+
\ .( execute the 'list' command ) cr
746746
list
747747
</unindent></text> unindent
748748
{} js: tos().doc=pop(1) js: tos().readonly=true js: tos().mode=true

0 commit comments

Comments
 (0)