various fixes

This commit is contained in:
JOLIMAITRE Matthieu 2023-06-12 01:02:07 +02:00
parent c08c263f32
commit 28377bd3c2
11 changed files with 149 additions and 87 deletions

View file

@ -1,10 +1,10 @@
hello: "hello";
prout: "prout";
porte: "porte";
line: hello;
line <- add(line, " ");
line <- add(line, prout);
line <- add(line, porte);
say-it: () => {
out(line)