12 lines
130 B
Plaintext
12 lines
130 B
Plaintext
LIBRARY sort
|
|
|
|
EXTERNAL olib
|
|
|
|
INCLUDE olib.g
|
|
|
|
CLASS isort root
|
|
{
|
|
ADD sort Sort a given list of integers
|
|
}
|
|
|