3 lines
79 B
Text
3 lines
79 B
Text
%
|
|
println([f1(I) : I in L]),
|
|
println([[I,J,f2(I,J)] : I in L, J in L2]).
|