mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-22 18:30:47 +00:00
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
#include "types.rez"
|
|
resource rPString (1,protected)
|
|
{"This should be a protected Pascal string"};
|
|
resource rPString (2)
|
|
{"This is an unprotected Pascal string"};
|