9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
compile insert SECURITY_RIGHTS_EQU
|
|
|
|
equ Read$ to 1
|
|
equ Write$ to 2
|
|
equ Delete$ to 3
|
|
equ Edit$ to 4
|
|
equ Print$ to 5
|
|
|