index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
examples
/
x.pl
blob: 19288f2c93fd8d92345a23b90fc57848762b3411 (
plain
)
1
2
3
4
5
use
strict
;
while
(
$
r
)
{
printf
(
"Example text \n"
);
sleep
1
;
}