unbind.ps

来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· PS 代码 · 共 29 行

PS
29
字号
%% Unbind the operators in an executable array or packedarray. Leaves the% unbound array or the original object on the stack.%/unbind {	0 index xcheck	1 index type /arraytype eq	2 index type /packedarraytype eq or and {		dup length array copy cvx		dup 0 exch {			dup type /operatortype eq {				(                          ) cvs cvn cvx			} if			0 index xcheck			1 index type /arraytype eq			2 index type /packedarraytype eq or and {				unbind			} if			3 copy put pop			1 add		} forall		pop	} if} def

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?