[#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:01887] Learning Ruby

From: Clemens Hintze <clemens.hintze@...>
Date: 2000-03-16 14:55:22 UTC
List: ruby-talk #1887
Dat Nguyen writes:

...

> According to the user guide, word(0) should be:
> 102            # 102 is ASCII code of `f'
> 
> What's happening?

Easy ... you should use

   word[0]

instead of 

   word(0)

:-))))))))

> Dat

\cle

In This Thread

Prev Next