>>108501746
fn names() return "me", "waifu"
fn ages() return 20, 4000
print(interleave(names(), ages()))
main foot gun is multiple return values and no func arrity. sometimes this appears when you don't expect it
2nd major problem is you can make any value or type a function even null
and this happens accidentally if you set the apply method on a variable you think has a value but doesn't
but it's just a toy maybe some real languages have these problems too idk