Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Message("Hello, World!");
|
||||
Message("Hello World");
|
||||
|
||||
|
||||
2
#/4test
2
#/4test
@@ -1,2 +1,2 @@
|
||||
testcase printHelloWorld()
|
||||
print("Hello World!")
|
||||
print("Hello World")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
OPEN WINDOW (10;45;500;330;0;"Hello Window")
|
||||
While (True)
|
||||
MESSAGE ("Hello World!")
|
||||
MESSAGE ("Hello World")
|
||||
End while
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Display "Hello world!" and a newline.
|
||||
Display "Hello World" and a newline.
|
||||
Stop the program.
|
||||
|
||||
Reference in New Issue
Block a user