Skip to content

Commit 7f191dd

Browse files
authored
Update AI syntax examples in CONTRIBUTING.md
1 parent fcc075b commit 7f191dd

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,17 @@ The `contrib/development` directory contains:
445445
- `build-gs1-syntax-dict.pl` - Maintainer script to transform it into the `/gs1syntax` code structure
446446

447447
**Calling convention:**
448+
449+
For bracketed AI syntax:
450+
451+
```postscript
452+
(\(01\)09521234543213\(10\)ABC123) /ai //gs1process exec % => ais vals fncs
453+
```
454+
455+
For a GS1 Digital Link URI:
456+
448457
```postscript
449-
(\(01\)09521234543213\(10\)ABC123) /ai //gs1process exec % => ais vals fncs (For bracketed AI syntax)
450-
(https://id.gs1.org/01/09521234543213/10/ABC123) /dl //gs1process exec % => ais vals fncs (For Digital Link URI)
458+
(https://id.gs1.org/01/09521234543213/10/ABC123) /dl //gs1process exec % => ais vals fncs
451459
```
452460

453461
- `ais` - Application Identifier strings (e.g., `[(01) (10)]`)

0 commit comments

Comments
 (0)