4 lines
77 B
Text
4 lines
77 B
Text
|
|
A := [1, 2, 3];
|
||
|
|
B := ["one", "two", three"];
|
||
|
|
T := table( zip( `=`, A, B ) );
|