[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01997] Re: Class Variables

From: matz@... (Yukihiro Matsumoto)
Date: 2000-03-18 01:29:50 UTC
List: ruby-talk #1997
In message "[ruby-talk:01966] Re: Class Variables"
    on 00/03/17, "David Douthitt" <DDouthitt@cuna.com> writes:

|I looked in the manual for where it said what variable names could be.
|I couldn't find it anywere.  Can we add the name requirements
|to the manual?  For ALL identifiers: class, variables, methods, etc.

It's in yacc.html.  Oops, the terminal `identifier' was undefined. 
Here it is:

  identifier: [a-zA-Z_][a-zA-Z0-9_]*

							matz.

In This Thread

Prev Next