shit.xgo 95 B

123456
  1. some_func := func() {
  2. return "THE RET VALUE OF SOME FUNC"
  3. }
  4. export({
  5. some_func: some_func
  6. })