adding a note on the test fcn

This commit is contained in:
mscharlock
2018-09-18 10:00:30 -07:00
parent 23a0453492
commit 5ced13eaee

View File

@@ -1,3 +1,4 @@
/* Note that this is a sample function for the purpose of running the below CustomFunctionsMappings test */
function ADD10(n: number) {
return n + 10;
}