14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
record(ai, "ai") {}
|
|
record(ao, "ao") {}
|
|
record(calc, "calc") {
|
|
field(CALC, "A")
|
|
}
|
|
record(calcout, "calcout") {
|
|
field(CALC, "A")
|
|
}
|
|
record(dfanout, "dfanout") {}
|
|
record(sel, "sel") {}
|
|
record(sub, "sub") {
|
|
field(SNAM, "myTestSub")
|
|
}
|