User:BDavis (WMF)/Sandbox
Appearance
'''hello''' ''world''
'''''goodnight moon'''''
[[Main Page]]
hello.pas
program HelloWorld(output);
begin
Write('Hello, World!')
{No ";" is required after the last statement of a block -
adding one adds a "null statement" to the program, which is ignored by the compiler.}
end.
JSON with comments
[edit]{
/* comment */
"foo": true,
"bar": 1,
"baz": "xyzzy"
}