[ create a new paste ] login | about

Link: http://codepad.org/4IvuNfoJ    [ raw code | output | fork ]

PHP, pasted on Dec 22:
1
2
3
4
<?php
for($i='a'; $i != 'z'; $i++){
  echo $i."\n";
}


Output:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y


Create a new paste based on this one


Comments: