Closed btiffin closed 12 years ago
This is a difference from REBOL. Functions with literal arguments get a word! when giving a lit-word!. So you can write e.g.:
w> ? add or w> ? 'add
with same result. There's not much point in being told, 'add is a lit-word!. Close issue if you agree.
w> help 'abc ** Script error: abc has no value ** Near: path! <> type? :word w> a: 'abc == abc w> help a a is a word! of value: abc w>
Loading Cortex... Done World/Cortex 0 Copyright (c) 2009-2011 John Niclasen, NicomSoft build: Dec 11 2011 21:28:07
git pull on Dec 13, 22:00 Ottawa time.