Skip to content

Commit 19efcc6

Browse files
committed
Perlito5 - js - TODO update
1 parent 2263d03 commit 19efcc6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

TODO-perlito5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,17 @@ TODO list for Perlito5
506506
-- flip-flop operator
507507
if either operand to scalar '..' is a constant the value is implicitly compared to the input line number ($.)
508508

509+
-- range operator
510+
$ perl perlito5.pl -Isrc5/lib -e ' say "A".."AZ" '
511+
ABCDEFGHIJK...XYZAAABACA...AYAZ
512+
$ perl perlito5.pl -Isrc5/lib -e ' say "B".."AZ" '
513+
BCDEFGHIJK...XYZAAABACA...AYAZ
514+
$ perl perlito5.pl -Isrc5/lib -e ' say "0".."AZ" '
515+
01234567891011...979899
516+
$ perl perlito5.pl -Isrc5/lib -e ' say 0.."AZ" '
517+
0
518+
$ perl perlito5.pl -Isrc5/lib -e ' say "A"..10 '
519+
012345678910
509520

510521
* Nice to Have
511522

0 commit comments

Comments
 (0)