1# language: C
2c
3
4# Context
5# {L,M,N|}
61 5
7#  L  M  N  1
81  0  0  0  1
90
10
111 # Number of statements
12
131
14# {i|-L,-M <= i <= M, N} 
155  6
16#  i  L  M  N  1
171  1  1  0  0  0
181  1  0  1  0  0
191 -1  0  1  0  0
201 -1  0  0  1  0
211  0  0  0  0  1
220  0  0
230
24
250 # Scattering functions
26