Skip to content

Commit a9fb3b0

Browse files
committed
docs
1 parent add9045 commit a9fb3b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MILESTONES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ The following areas are currently under active development to enhance the functi
320320
- Add `alarm` operator with `$SIG{ALRM}` signal handling.
321321
- Fix `truncate` operator.
322322
- Add `pipe` operator.
323+
- Add `do \&subroutine`.
323324
- Add `formline` operator and `$^A` accumulator variable
324325
- Add file descriptor duplication support in `open` (`<&`, `>&`, `<&=`, `>&=`).
325326
- Add statement: `format`, and `write` operator

docs/FEATURE_MATRIX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ my @copy = @{$z}; # ERROR
311311
-**`eval` block**: `eval` blocks are implemented.
312312
-**`do` block**: `do` blocks are supported.
313313
-**`do` file**: File execution using `do` is implemented.
314+
-**`do \&subroutine`**: is implemented.
314315
-**`print` operators**: `print`, `printf` and `say` statements are implemented, with support for file handles.
315316
-**`printf` and `sprintf`**: String formatting is implemented.
316317
-**Short-circuit and, or**: Short-circuit logical operators are supported.

0 commit comments

Comments
 (0)