two.tengo 110 B

123456
  1. export {
  2. fn: func(a, b) {
  3. three := import("../three")
  4. return three.fn(a, b, "two")
  5. }
  6. }