Viewing file on branch master
| / | gateway | bench.tengo |
| 1 | text := import("text") |
| 2 | if text.re_match("blah",msgText) { |
| 3 | msgText="replaced by this" |
| 4 | msgUsername="fakeuser" |
| 5 | } |
| 6 |
Viewing file on branch master
| / | gateway | bench.tengo |
| 1 | text := import("text") |
| 2 | if text.re_match("blah",msgText) { |
| 3 | msgText="replaced by this" |
| 4 | msgUsername="fakeuser" |
| 5 | } |
| 6 |