RSS Feed

Posts Tagged ‘variables’

  1. The lost functions of Ruby

    June 11, 2012 by szabcsee

    Most programming language has functions. Most languages allowyou to create functions of some sort. Functions let you chop up a long program into named sections so that the sections can be reused throughout the program. Functions accept parameters and return a result. If you look for functions in Ruby, you don't find them. It is because they called methods.

    (more...)