Doc for if, do, until etc

I do not see doc for above in rdoc. iam new to pgming.
where can i see the ruby doc for above and other functions not covered
in methods, modules. tx

Those are keywords and not functions. Thus, they are not covered in
the library documentation.

Greetings,
Skade

On Nov 20, 11:34 am, Nathan V. [email protected] wrote:

I do not see doc for above in rdoc. iam new to pgming.
where can i see the ruby doc for above and other functions not covered
in methods, modules. tx

http://ruby-doc.org/docs/ProgrammingRuby/

Florian G. wrote:

Those are keywords and not functions. Thus, they are not covered in
the library documentation.

Greetings,
Skade

How these keywords are syntax checked for proper structure? Tx

Gavin K. wrote:

On Nov 20, 11:34 am, Nathan V. [email protected] wrote:

I do not see doc for above in rdoc. iam new to pgming.
where can i see the ruby doc for above and other functions not covered
in methods, modules. tx

Programming Ruby: The Pragmatic Programmer's Guide

thanks.