Big testing update
This commit is contained in:
@ -21,7 +21,7 @@ make_list (a) := {
|
||||
} else {
|
||||
ret := reserve ret;
|
||||
ret.prev := null;
|
||||
ret.next :s= null;g
|
||||
ret.next := null;
|
||||
ret.val := a;
|
||||
while (0 < a) {
|
||||
temp := reserve temp;
|
||||
|
Reference in New Issue
Block a user