Entry 757

Io snippet

   

Submitted by BlackJack on May 7, 2008 at 9:57 a.m.
Language: Io. Code size: 98 bytes.

Foo := Object clone do(
    a ::= 42
)

List with(1, 2, 3) foreach(squared asString linePrint)

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).