[Prev][Next][Index][Thread]
Re: Keywords/Reserved Words
In article <8qkiul$ofc$1@news.cowan.edu.au>, "Daniel Butun"
<dabutun@iinet.net.au> wrote:
> Could someone please point me in the direction of a website that has a
> listing of the keywords and/or reserved words in Dylan.
The core language defines seven reserved words: define, end, handler,
let, local, macro, and otherwise.
<http://www.gwydiondylan.org/drm/drm_17.htm>
There are quite a lot of names exported from the Dylan module. The
Dylan reference manual lists 243 of them:
<http://www.gwydiondylan.org/drm/drm_119.htm>
-- Bruce
Follow-Ups:
References: