(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 ...
These Jupyter notebooks provide interactive Python tutorials for development with Coral. You can download these files and run them on a local Jupyter notebook, but ...