Execute a Markov algorithm: Difference between revisions

Content added Content deleted
Line 2,149: Line 2,149:
txt = join(map(c -> Char(c), read(testfh)))
txt = join(map(c -> Char(c), read(testfh)))
close(testfh)
close(testfh)
translated = ""
redoing = true
redoing = true
while redoing
while redoing