process-input ( input -- )


Vocabulary
benchmark.knucleotide

Inputs
inputan object


Outputs
None

Definition


: process-input ( input -- )
[ 1 handle-table nl ] [ 2 handle-table nl ] [
{
"GGT"
"GGTA"
"GGTATT"
"GGTATTTTAATT"
"GGTATTTTAATTTATAGT"
} [ [ handle-n ] keep print ] with each
] tri ;