mixing_tabs_spaces.textonly.gd 60 B

1234
  1. func test():
  2. print("Using spaces")
  3. print("Using tabs")