mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Files
324d65b616516baff2c8897ffe6a866d5455d57c
4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
#JSGF V1.0;
|
|||
grammar digits;
|
|||
public <numbers> = (one | two | three);
|