| 
 | 
To use the Praat calculator, go to the Praat menu and choose Calculator... from the Goodies submenu. Or simply type Command-U anywhere in Praat.
You can do arithmetic computations. Type the formula
   8*17
and click OK. The Info window will pop up and show the result:
   136
You can also do text computations. Type the formula
   "see" + "king"
and click OK. The Info window will show the result:
   seeking
You can perform computations on vectors (arrays of numbers). Type the formula
   { 11, 13, 17 } + 0.5
and click OK. The Info window will show the result:
   11.5
   13.5
   17.5
© ppgb 20170916