[PD] counter + list of objects

Mathieu Bouchard matju at artengine.ca
Fri Jan 11 01:37:04 CET 2008


On Thu, 10 Jan 2008, IOhannes m zmoelnig wrote:

> if it does, than afaik the _only_ language that has a "counter" built-in
> is max/msp.

10 FOR X=1 TO 100
20 PRINT "WHAT ABOUT BASIC?"
30 NEXT X

(1..100).each {|x|
   puts "and then what about Ruby?"
}

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada


More information about the Pd-list mailing list