15 lines
147 B
Plaintext
Raw Normal View History

2023-10-29 23:33:08 +01:00
VAR = val
.VAR = nope
PLUS += more
fake-*: MATCH = 1
defineTest(func) {
message("say hi!")
}
defineReplace(func) {
return("say hi!")
}