Skip to content
GitLab
Menu
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
a73114e0
Commit
a73114e0
authored
Apr 07, 1992
by
dcw
Browse files
minor changes to strings
parent
793c5046
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/mtest.mod
View file @
a73114e0
...
...
@@ -25,8 +25,7 @@ BEGIN
int2 := IntListCons( 10, int1 );
int3 := IntListCons( 20, int2 );
PutLn( "intlists:" );
PutLine();
PutLn( "intlists:" ); PutLine();
PutString( " int1: " ); WriteIntList( StdOut, int1 ); PutLine();
PutString( " int2: " ); WriteIntList( StdOut, int2 ); PutLine();
PutString( " int3: " ); WriteIntList( StdOut, int3 ); PutLine();
...
...
@@ -45,8 +44,7 @@ BEGIN
il3 := ILListCons( int2, il2 );
il4 := ILListCons( int3, il3 );
PutLn( "ILLists:" );
PutLine();
PutLn( "illists:" ); PutLine();
PutString( " il1: " ); WriteILList( StdOut, il1 ); PutLine();
PutString( " il2: " ); WriteILList( StdOut, il2 ); PutLine();
PutString( " il3: " ); WriteILList( StdOut, il3 ); PutLine();
...
...
Write
Preview
Supports
Markdown
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