5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
# Automatically generated; edit in Sphinx source code, not here.
|
|
module Test;
|
|
|
|
print "Hello, %s!" % "World";
|
|
print "%s=%d" % ("x", 1); |