Naming conventions: Difference between revisions

Content added Content deleted
m (→‎numbers: clarified a definition.)
(→‎{{header|Factor}}: improve explanation of some conventions)
Line 526: Line 526:
|-
|-
| <tt>>foo</tt>
| <tt>>foo</tt>
| converts the top of the stack into a <tt>foo</tt>
| converts the top of the stack into a <tt>foo</tt> (generic)
| <tt>>array</tt>
| <tt>>array</tt>
|-
|-
| <tt>foo>bar</tt>
| <tt>foo>bar</tt>
| converts a <tt>foo</tt> into a <tt>bar</tt>
| converts a <tt>foo</tt> into a <tt>bar</tt> (non-generic)
| <tt>number>string</tt>
| <tt>number>string</tt>
|-
|-