std/link: all calc example

This commit is contained in:
Michael Davidsaver
2017-04-27 19:50:46 -04:00
parent 579a0791ea
commit be8de34130
2 changed files with 12 additions and 1 deletions

View File

@@ -6,7 +6,11 @@
\*************************************************************************/
/* lnkCalc.c */
/* TODO:
/* Current usage
* {calc:{expr:"A", args:[{...}, ...]}}
* First link in 'args' is 'A', second is 'B', and so forth.
*
* TODO:
* Support setting individual input links instead of the args list.
* {calc:{expr:"K", K:{...}}}
*/