Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

J is an interesting language

Name: Anonymous 2007-01-13 19:23

quicksort=: (($:@(<#[) , (=#[) , $:@(>#[)) ({~ ?@#)) ^: (1<#)

Name: Anonymous 2008-04-19 18:43

for (int i=0; i<10; ++i)
{
    cout << i << endl;
}

Name: Anonymous 2008-04-20 18:52

>>17
FOR VARIABLE i FROM 1 to 10 INCLUSIVE
  BEGIN BODY
    PRINT i, NEWLINE
  END BODY
END FOR

Name: Anonymous 2008-04-20 18:58

>>18
(1..10).to_a * "\n"

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List