mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
Upload
Digital Research
This commit is contained in:
6
SAMPLE CODE/PLI PROG SAMPLE CODE/A.PLI
Normal file
6
SAMPLE CODE/PLI PROG SAMPLE CODE/A.PLI
Normal file
@@ -0,0 +1,6 @@
|
||||
a:
|
||||
procedure(x) returns (float); /* external procedure */
|
||||
declare x float;
|
||||
return (x/2);
|
||||
end a;
|
||||
|
Reference in New Issue
Block a user