mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
x: module -- line 1
|
|
p:proc (t char (20) varying); -- 2
|
|
writetext(stdout, t); -- 3
|
|
end p; -- 4
|
|
-- 5
|
|
p("Jason Dark.%/"); -- 6
|
|
p("Hello World.%/"); -- 7
|
|
end x;
|