8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
|
#JSGF V1.0 UTF-8 pl;
|
||
|
|
||
|
grammar hello;
|
||
|
|
||
|
|
||
|
<hello> = <greeting> ;
|
||
|
|
||
|
public <greeting> = (dzień dobry | cześć | siema | witam);
|