6 lines
140 B
Text
6 lines
140 B
Text
amb(joins,
|
|
T("the","that","a"),
|
|
T("frog","elephant","thing"),
|
|
T("walked","treaded","grows"),
|
|
T("slowly","quickly")
|
|
).println();
|