local 59 B

1234567
  1. print(get());
  2. function get()
  3. {
  4. a = 5;
  5. return a;
  6. }