bgfx/3rdparty/scintilla/test/examples/x.pl

5 lines
71 B
Perl
Raw Normal View History

2015-06-08 20:07:35 -04:00
use strict;
while ( $r ) {
printf ( "Example text \n" );
sleep 1;
}