Normalize messages

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-03-30 18:39:11 +13:00
parent 7d9cbabcaa
commit 2075605fb4
24 changed files with 34 additions and 36 deletions

View File

@@ -2,7 +2,7 @@
Section Header
+ name := HELLO_WORLD;
Section Inherit
- parent_object:OBJECT := OBJECT;
@@ -11,5 +11,5 @@ Section Public
- main <-
(
"Hello world !\n".print;
);
"Hello World !\n".print;
);