Files

6 lines
44 B
Plaintext
Raw Permalink Normal View History

fn f(@i) {
return 5
}
map(f, f = [0, 1])