I remember:
- functions
- do
- if (else, elsif)
- unless
- begin
- while
- for
- until
Is there anything else?
I remember:
Is there anything else?
case, class, module, def(remember, ruby does not have functions, it do have method, and use def keyword to define a method)