This website requires JavaScript.
Explore
Help
Sign In
xieguigang
/
microsoft-visualbasic-runtime
Watch
0
Star
0
Fork
You've already forked microsoft-visualbasic-runtime
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b2ca35e7e5
microsoft-visualbasic-runtime
/
Scripting
/
test.pl
10 lines
107 B
Perl
Raw
Blame
History
my
$
i
=
0
;
while
(
$
i
!=
10
)
{
print
"current --> $i\n"
;
sleep
(
1
)
;
$
i
=
$
i
+
1
;
}
die
"test"
;
Reference in New Issue
View Git Blame
Copy Permalink