Skip to content
Snippets Groups Projects
Commit 5585af98 authored by pm3g19's avatar pm3g19
Browse files

added alternative solution

parent f10f8003
No related branches found
No related tags found
No related merge requests found
.in
F:3,
G:3
.out
F x G;
filter (\(r) -> not(isEmpty(r[2])) and not(isEmpty(r[3])) and [r[2], r[3]] == [r[4], r[5]]);
#alternatively: filter (\(r) -> not(isEmpty(r[2])) and not(isEmpty(r[3])) and r[2]==r[4] and r[3]==r[5]);
map (\(r) -> r[1,6]);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment