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