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

Language with BBCODE SYNTAX?

Name: Anonymous 2008-11-02 1:25

[if true]
    [print]Please tell me[/print]
[/if]

Name: Anonymous 2008-11-05 17:57


[quicksort []]     = [ [] ]
[quicksort (x:xs)] = [quicksort [y | y <- xs, y<x ]]
                     ++ [x]
                     ++ [quicksort [y | y <- xs, y>=x]]


LISKELL - LIST HASKELL. EVERYTHING IS A LIST, ALL THE TIME.

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