You've already forked lazarus-ccr
5 lines
125 B
PostScript
5 lines
125 B
PostScript
|
|
%%This tests the syntax for "def"
|
||
|
|
/mymatrix matrix currentmatrix def
|
||
|
|
/mymatrix2 {matrix currentmatrix} def
|
||
|
|
mymatrix
|
||
|
|
mymatrix2
|