Naming conventions: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: Some unicode -> all.)
(→‎{{header|Factor}}: Explain file naming conventions)
Line 594: Line 594:
| <tt>*</tt>
| <tt>*</tt>
| when this symbol appears by itself in the list of outputs, it means the word unconditionally throws an error
| when this symbol appears by itself in the list of outputs, it means the word unconditionally throws an error
|}

If a vocabulary is named <code>foo</code>, its source files should have the following names, as tools depend on this.

{| class="wikitable"
|-
! Main source file
! Tests
! Documentation
|-
| foo.factor
| foo-tests.factor
| foo-docs.factor
|}
|}