From 5fbf413498be2408204d57fff733e75209f25f1e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 15 Apr 2026 22:19:17 +0200 Subject: Implement aggregate assignment --- Rakefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index f66b9eb..c2f5be5 100644 --- a/Rakefile +++ b/Rakefile @@ -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 -- cgit v1.2.3