chroma/lexers/testdata/promela/dotted-assign.actual
2025-03-22 20:46:00 +13:00

4 lines
60 B
Text

init {
intercepted.key = data.key
r.b[a] = a * 4 + 7;
}