>
|
sq := proc(x) option encrypted; x^2 end proc;
|
| (1) |
The source statements can be seen prior to saving:
| (2) |
Save the procedure named sq:
>
|
|
Now restart your session to clear the current state.
Add your saved repository to libname so you can access the procedure sq
>
|
|
>
|
|
The procedure can be invoked as usual
But viewing and debugging commands are now disabled: