Normalize printed text

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-03-30 04:21:52 +13:00
parent 9cf0cd7a7b
commit ad16f6d78a
239 changed files with 248 additions and 252 deletions

View File

@@ -2,6 +2,6 @@ module HelloWorld
{
control
{
log("Hello, world!");
log("Hello World");
}
}

View File

@@ -60,7 +60,7 @@ hello_world R ->
// with Tao presentations).
font "Arial Unicode MS", "unifont", 72
move_to -800, -9, 0
text "Hello World! or Καλημέρα κόσμε; or こんにちは 世界"
text "Hello World or Καλημέρα κόσμε; or こんにちは 世界"
rotatey -11 * page_time + 180
color 20% , 20% , 20% , 70%
sphere 0, 0, 0, R - 30

View File

@@ -1 +1 @@
put "Hello World!"
put "Hello World"

View File

@@ -1 +1 @@
Hello World!
Hello World

View File

@@ -1,2 +1,2 @@
#!/bin/tcsh
echo "Hello, World!"
echo "Hello World"

View File

@@ -1,6 +1,6 @@
; Hello World in "The Harper Programmer"
; Compiled and tested with version 2.0 Sybex Edition
Variable Msg,13,"Hello, World!"
Variable Msg,13,"Hello World"
Write Msg

View File

@@ -1,4 +1,4 @@
a::=~Hello World!
a::=~Hello World
::=
a

View File

@@ -1,3 +1,3 @@
PROGRAM:HELLOW
:ClrHome
:Disp "HELLO WORLD!"
:Disp "Hello World"

View File

@@ -1,2 +1,2 @@
label .l -text "Hello World!"
label .l -text "Hello World"
pack .l

View File

@@ -1,3 +1,3 @@
DECLARE @message varchar(128)
SELECT @message = 'Hello World!'
SELECT @message = 'Hello World'
PRINT @message

View File

@@ -1 +1 @@
console.log("Hello, World!");
console.log("Hello World");