advertisement

Article:
  Technologies to Watch: A Look at Four That May Challenge Java’s Development Dominance
Subject:   Sorry, I should have been more specific
Date:   2005-10-29 08:55:51
From:   ttfkam
Response to: A question

How can you write the equivalent without introducing a temporary variable?
Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Sorry, I should have been more specific
    2006-01-01 14:21:56  ck1125 [Reply | View]

    No one has answered the question about
    for (int i = 0; i < 100; i+=4)
    Can this be done in Ruby?