pineapple-notepad/3rdparty/lexilla532/lexilla/test/examples/perl/x.pl

5 lines
71 B
Perl
Raw Normal View History

2024-07-02 23:47:26 +08:00
use strict;
while ( $r ) {
printf ( "Example text \n" );
sleep 1;
}