Balanced ternary: Difference between revisions

m
Minor corrections.
m (Minor corrections.)
Line 3,877:
 
=={{header|Nim}}==
<syntaxhighlight lang="nim">import std/[strformat, tables]
import tables
 
type
Line 3,968 ⟶ 3,967:
 
func `*`*(a, b: BTernary): BTernary =
## Multiply towtwo BTernary numbers.
 
var start: BTernary
256

edits