This version of the Help is no longer updated. See JMP.com/help for the latest version.
New CAS Action( Action( "builtins.echo" ), JSON( echo ) );
Action is the JSL variable name. builtins.echo is the name of the CAS action that SAS created. echo contains the JSL arguments.