Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.006 Beiträge
 
#1

RubyMania has reached Delphi – Times helper method implementation for integers – from

  Alt 21. Apr 2016, 13:30
The below fragment is one of the favourite kinds of examples in the Ruby world: 5.times { |i| print i, " " } It uses the times method*on Integer and prints: 0 1 2 3 4 There are many implementations of this in other languages, for instance*Ruby’s ‘times()’ function in C# | Of Code and Me*(which ...

More...
  Mit Zitat antworten Zitat