script.praat 576 B

123456789101112131415
  1. echo script
  2. # Paul Boersma, 9 September 2017
  3. asserterror Unknown variable:'newline$'« hg
  4. hg
  5. a = 1
  6. asserterror Expected the end of the formula, but found a numeric variable:
  7. a = 5a
  8. asserterror The variable b does not exist. You can modify only existing variables.
  9. b += 5
  10. printline OK