(print "dingus") (let x (function int [int x int y] (print "dingus, but this time we're in a function") (return 5) )) (print (x 5 6)) (return 69)