Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Duncan White
C-datadec
Commits
08c0bf67
Commit
08c0bf67
authored
Jan 05, 1993
by
dcw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
started adding append operator for intlists..
parent
6a313c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
test/m2data.in
test/m2data.in
+11
-0
No files found.
test/m2data.in
View file @
08c0bf67
EXPORT {
TYPE
string = ARRAY [ 0..200 ] OF CHAR;
@@
PROCEDURE AppendIntList( a, b : IntList ) : IntList;
}
GLOBAL {
@@
PROCEDURE AppendIntList( a, b : IntList ) : IntList;
BEGIN
END AppendIntList;
}
TYPE {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment