We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76b3f6 commit 2cc3eaaCopy full SHA for 2cc3eaa
1 file changed
CLAUDE.md
@@ -633,8 +633,10 @@ not { % Check status
633
634
Some PLRM terminology is a source of confusion. As a result of the following command:
635
636
- /a [ 1 2 3 ] def
637
- /b a def
+```postscript
+/a [ 1 2 3 ] def
638
+/b a def
639
+```
640
641
- a is referred to as the "object" (within the currentdict)
642
- The --array-- created by "]" is referred to as "the storage for the object in VM" (either global or local VM depending on globalstatus)
0 commit comments