Overall I found this to be a great introduction to the package. However, I found the final example given to be quite frustrating. It could really benefit from some explanation of how the solution works, rather than just throwing out the code and saying, look what you can do if you study this further! Some of the syntax that it uses appears to be undocumented. Specifically, I think the righto function deserves explanation. Best as I can guess, the period used is related to lcons, which also isn't discussed in the tutorial. Nor are implicit variables. Nor defne. Lastly, I'm somewhat lost on how the recursion is working.
Overall I found this to be a great introduction to the package. However, I found the final example given to be quite frustrating. It could really benefit from some explanation of how the solution works, rather than just throwing out the code and saying, look what you can do if you study this further! Some of the syntax that it uses appears to be undocumented. Specifically, I think the
rightofunction deserves explanation. Best as I can guess, the period used is related tolcons, which also isn't discussed in the tutorial. Nor are implicit variables. Nordefne. Lastly, I'm somewhat lost on how the recursion is working.