@@ -12,7 +12,7 @@ Raku script | .pl, .p6 | .raku
12
12
Raku module | .pm, .pm6 | .rakumod
13
13
Raku documentation | .pm, pm6, pod, pod6 | .rakudoc
14
14
Test files in raku | .t | .rakutest
15
- NotQuitePerl or NQP | | .nqp
15
+ Not Quite Perl or NQP | | .nqp
16
16
B < Module specific files > | |
17
17
Cro templates | | .crotmp
18
18
@@ -23,10 +23,10 @@ Cro templates | | .crotmp
23
23
A filename extension is defined, at least for this page, as the remaining letters after and including
24
24
the final '.'. A filename without a '.' in the filename does not have a filename extension.
25
25
26
- Filename extensions can be used to associate behaviour with the file content, such as opening
27
- a specialised reader or editor, running a program with the file content as input, etc. On some
28
- operating systems, this is almost the required behaviour . Even when it is not required by the
29
- operating system, filename extensions provide a useful mnenomic , or reminder, about the contents
26
+ Filename extensions can be used to associate behavior with the file content, such as opening
27
+ a specialized reader or editor, running a program with the file content as input, etc. On some
28
+ operating systems, this is almost the required behavior . Even when it is not required by the
29
+ operating system, filename extensions provide a useful mnemonic , or reminder, about the contents
30
30
of the file.
31
31
32
32
Early filesystems, the part of the operating system handling filenames, constrained filename extensions
0 commit comments