section
A = ();
B = ();
C = ();
move 1 to A;
move 2 to B;
move Hello, World! to C;
print A;
print B;
print C;
stop run