diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-04-15 22:19:17 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-04-16 22:34:23 +0200 |
| commit | 5fbf413498be2408204d57fff733e75209f25f1e (patch) | |
| tree | c15f6578bb968382f69977005e30b5fb3f82c8e7 /Rakefile | |
| parent | a54285c71c58e7687237782dfd5c645714af5e4f (diff) | |
| download | elna-5fbf413498be2408204d57fff733e75209f25f1e.tar.gz | |
Implement aggregate assignment
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -49,12 +49,18 @@ task :convert do x: ElnaLocation; y: ElnaLocation; begin + y.line := 1; + y.column := 3; x := y; + printf("# %i %i %i %i\\n\\0", x.line, x.column, y.line, y.column) end; + begin + f(); FUN + else + current_stage << line end - current_stage << line end end end |
