File tree Expand file tree Collapse file tree 5 files changed +5067
-5007
lines changed Expand file tree Collapse file tree 5 files changed +5067
-5007
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ Math.sign = function sign(x) { return x > 0 ? 1 : x < 0 ? -1 : 0; };
55
55
( Word array ) (aliases) ;
56
56
/// Used in DOS box batch program for jeforth to ignore DOS words.
57
57
58
+ proc-env COMPUTERNAME char 31ENB667 = [if]
59
+
58
60
\ ----- NIC on/off utility -----
59
61
60
62
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; };
123
125
\ nicoff 60 * 1000 * nap nicon ;
124
126
\ last :: comment=tick('officeLAN').comment
125
127
128
+ [then]
129
+
130
+
131
+ \ --- The End ---
132
+
126
133
Original file line number Diff line number Diff line change @@ -737,12 +737,12 @@ function Handler(w) {
737
737
js> storage.get("autoexec") [if] [else]
738
738
<text> <unindent>
739
739
\ 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
746
746
list
747
747
</unindent></text> unindent
748
748
{} js: tos().doc=pop(1) js: tos().readonly=true js: tos().mode=true
You can’t perform that action at this time.
0 commit comments