examples
[]intexamples are the classic milestones shown by the root Render.
- OID
- 059c3c…639d:4
examples details
Render
func(path string) stringRender drives gnoweb: - "" or "/" → a table of example conversions - "/\<n>" → integer → Roman - "/r/\<roman>" → Roman → integer
- OID
- 059c3c…639d:5
Render details
renderToRoman
func(arg string) string- OID
- 059c3c…639d:7
renderToRoman details
renderFromRoman
func(arg string) string- OID
- 059c3c…639d:8
renderFromRoman details
tryFromRoman
func(s string) (n int, ok bool)tryFromRoman wraps the panic-on-invalid romannum.FromRoman in a panic-free (value, ok) shape, so the demo can report a friendly error for bad input.
- OID
- 059c3c…639d:9
tryFromRoman details
renderTable
func() string- OID
- 059c3c…639d:10
renderTable details
usage
func() string- OID
- 059c3c…639d:11