
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2416 8e941d3f-bd1b-0410-a28a-d453659cc2b4
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 |