1 2 3 4 5 |
else
{
last_start = cur_pos - 1;
cur_pos = last_start;
}
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 4 5 |
else
{
last_start = cur_pos - 1;
cur_pos = last_start;
}
|