diff options
Diffstat (limited to 'tests/testarray2.pl')
| -rw-r--r-- | tests/testarray2.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testarray2.pl b/tests/testarray2.pl new file mode 100644 index 0000000000..e72c526d4f --- /dev/null +++ b/tests/testarray2.pl @@ -0,0 +1,3 @@ +for ($i="aaa"; $i lt "bbb"; $i++) { + print "$i\n"; +} |
