various fixes
This commit is contained in:
parent
c08c263f32
commit
28377bd3c2
11 changed files with 149 additions and 87 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue