File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,17 @@ line. Thus the examples above can be simplified like so:
60
60
Save one of the variations in a file, say C < argfiles.p6 > . Then create
61
61
another file (named, say C < sonnet18.txt > with the contents:
62
62
63
+ = for code :skip-test
63
64
Shall I compare thee to a summer's day?
64
65
65
66
Running the command
66
67
68
+ = for code :skip-test
67
69
$ perl6 argfiles.p6 sonnet18.txt
68
70
69
71
will then give the output
70
72
73
+ = for code :skip-test
71
74
Shall I compare thee to a summer's day?
72
75
73
76
= head1 Methods
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ if @*ARGS {
34
34
| 'Language/traps.p6'
35
35
| 'Programs/00-running.p6'
36
36
| 'Programs/01-debugging.p6'
37
- | 'Type/IO/ArgFiles.p6'
38
37
/,
39
38
);
40
39
}
You can’t perform that action at this time.
0 commit comments