We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1a896 commit 46b58c4Copy full SHA for 46b58c4
README.md
@@ -28,7 +28,7 @@ java [PROGRAM-ID]
28
## The progress of the development
29
30
The functions in the following "implemented" list are tested using [NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)
31
-gnd **95%** of the test cases are passed.
+and **95%** of the test cases are passed.
32
33
Implemented.
34
@@ -48,5 +48,5 @@ Not Implemented.
48
Known bugs
49
50
* Cannot call inline programs.
51
-* Rewrite wrong data to indexed files with alternate keys.
52
-* Some sort statements produces wrong data.
+* Rewrite wrong data to indexed files with alternate keys in some cases.
+* Under some conditions, SORT statements produce wrong data.
0 commit comments