Geomol / World

World Programming Language
http://world-lang.org
22 stars 7 forks source link

help with word! seems broken #10

Closed btiffin closed 12 years ago

btiffin commented 12 years ago

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.

Geomol commented 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.