Skip to content

Commit 2cc3eaa

Browse files
committed
Satisfy linter
1 parent b76b3f6 commit 2cc3eaa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,10 @@ not { % Check status
633633

634634
Some PLRM terminology is a source of confusion. As a result of the following command:
635635

636-
/a [ 1 2 3 ] def
637-
/b a def
636+
```postscript
637+
/a [ 1 2 3 ] def
638+
/b a def
639+
```
638640

639641
- a is referred to as the "object" (within the currentdict)
640642
- 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

Comments
 (0)