Unless an implemented function is deliberately unsupported, it should be documented. This probably isn't the case yet.
This list was originally generated automatically using the command
diff -u <(grep ^# ref/*.md | grep -Eo '`([a-zA-Z0-9]+)\([^)`]*\)`' | tr -d \` | perl -pe 's!\(.*\)!$a=$&;"\$".($a eq "()"?0:1+($a=~tr/,//))!e' | sort) <(node -e 'Object.keys(require("rewire")("./build/js/exposed.js").__get__("evaluator")).filter(n=>/\$/.test(n)).forEach(n=>console.log(n))' | sort) | tail -n+3 | grep '^+' | sed 's/^./* [ ] /'
It is the counterpart to #219.
Unless an implemented function is deliberately unsupported, it should be documented. This probably isn't the case yet.
This list was originally generated automatically using the command
It is the counterpart to #219.