7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
// Test a trivial PascaLIGO procedure
|
||
|
|
||
|
procedure main (const i : int) : int is
|
||
|
begin
|
||
|
skip
|
||
|
end with i
|