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