Module:ET/doc: Difference between revisions

Fix a copying error
ArrowHead294 (talk | contribs)
mNo edit summary
Line 7: Line 7:


; <code>parse</code>
; <code>parse</code>
; Designed to convert strings in the format <code>[number of steps]ed[equave]</code> into an ET structure, and returns it via the <code>new</code> function. For example, <code>ET.parse("12edo")</code> returns an array containing <code>{12, 2, "edo"}</code>
: Designed to convert strings in the format <code>[number of steps]ed[equave]</code> into an ET structure, and returns it via the <code>new</code> function. For example, <code>ET.parse("12edo")</code> returns an array containing <code>{12, 2, "edo"}</code>


; <code>as_string</code>
; <code>as_string</code>