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.