This library serves as a comprehensive reference implementation of MessagePack for JavaScript with a focus on accuracy, compatibility, interoperability, and performance. Additionally, this is also a ...
(define-plugin-function "Add( number1; number2 )" ((number1 :float) (number2 :float)) "Adds two numbers - same as + operator in FM" (+ number1 number2)) Sample code for defining a plugin script step ...