This commit is contained in:
Irmen de Jong 2020-10-04 19:23:36 +02:00
parent a1f0cc878b
commit eb86b1270d

View File

@ -153,9 +153,9 @@ goatsoup {
if c <= $a4 {
ubyte rnr = gen_rnd_number()
ubyte wordNr = (rnr >= $33) + (rnr >= $66) + (rnr >= $99) + (rnr >= $CC)
str source2
source2 = getword(c, wordNr) ; TODO good error message
; new source = getword(c, wordNr)
; TODO recursive call...:
print_soup()
; print_soup(source2)
} else {
if c == $b0 {