The following SAWScript syntax elements are undocumented or the documentation is hard to find:
- if-then-else
- syntax for accessing elements of tuples, e.g.
.1 and .2
let ... in
- syntax for defining recursive functions
- syntax for instantiating type variables
Those might seem evident but it can cause a little frustration for a beginner.
The following SAWScript syntax elements are undocumented or the documentation is hard to find:
.1and.2let ... inThose might seem evident but it can cause a little frustration for a beginner.