Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Duncan White
C-datadec
Commits
08c0bf67
Commit
08c0bf67
authored
Jan 05, 1993
by
dcw
Browse files
started adding append operator for intlists..
parent
6a313c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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