🕸📝Fergus Duniho wrote on Tue, Jan 12, 2021 07:15 PM UTC:
I have started work on updating the documentation to include previously undocumented operators. I'll update this comment as I make more progress. So far, I have gone through the nullary operators, which do not take any arguments.
I have added documentation for the previously undocumented operators: args.
I removed the following undocumented operators: debug, dump.
I removed documentation for the following non-existent operators: player.
I modified the dump command to use var_dump() instead of print_r, and I modified it to report on a single value when it is passed as an argument. The use of var_dump() adds information on the type of each value.
I have started work on updating the documentation to include previously undocumented operators. I'll update this comment as I make more progress. So far, I have gone through the nullary operators, which do not take any arguments.
I have added documentation for the previously undocumented operators: args.
I removed the following undocumented operators: debug, dump.
I removed documentation for the following non-existent operators: player.
I modified the dump command to use var_dump() instead of print_r, and I modified it to report on a single value when it is passed as an argument. The use of var_dump() adds information on the type of each value.