8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
|
#include "t1/*.ael"
|
||
|
|
||
|
context z ()
|
||
|
{
|
||
|
123 => NoOp(hi there, z);
|
||
|
124 => NoOp(hi there, z);
|
||
|
}
|