URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.chill/] [pr-5984.ch] - Rev 1765
Compare with Previous | Blame | View Log
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;