File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
Title: "REBOL 3 Mezzanine: Help"
4
4
Rights: {
5
5
Copyright 2012 REBOL Technologies
6
+ Copyright 2012-2022 Rebol Open Source Contributors
6
7
REBOL is a trademark of REBOL Technologies
7
8
}
8
9
License: {
@@ -282,7 +283,7 @@ import module [
282
283
throw true
283
284
]
284
285
not any [word? :word path? :word ] [
285
- output ajoin ["^[ [1;32m" uppercase mold :word "^[ [m is " form-type :word ]
286
+ output ajoin ["^[ [1;32m" :word "^[ [m is " form-type :word ]
286
287
throw true
287
288
]
288
289
path? :word [
@@ -304,6 +305,9 @@ import module [
304
305
]
305
306
]
306
307
]
308
+ port? :value [
309
+ output ajoin ["^[ [1;32m" uppercase mold :word "^[ [m is " a-an value/spec/title " ^[ [1;32m" value/spec/ref "^[ [m^/ " ]
310
+ ]
307
311
any-function? :value [
308
312
spec: copy/deep spec-of :value
309
313
args: copy []
You can’t perform that action at this time.
0 commit comments