File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ java [PROGRAM-ID]
2828## The progress of the development
2929
3030The functions in the following "implemented" list are tested using [ NIST COBOL85 test suite] ( https://www.itl.nist.gov/div897/ctg/cobol_form.htm )
31- and ** 95 %** of the test cases are passed.
31+ and ** 96 %** of the test cases are passed.
3232
3333Implemented.
3434
@@ -39,11 +39,11 @@ Implemented.
3939* Sequential files
4040* Indexed files
4141* Sort statements
42+ * Embedded functions (ACOS, LENGTH, MAX, ...)
4243
4344Not Implemented.
4445
4546* Relative files
46- * Embedded functions (ACOS, LENGTH, MAX, ...)
4747
4848Known bugs
4949
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ java [PROGRAM-ID]
2626
2727## The progress of the development
2828
29- 下記の実装済みリストにある機能は[ NIST COBOL85 test suite] ( https://www.itl.nist.gov/div897/ctg/cobol_form.htm ) でテストされており,** 95 %** のテストケースをパスしています.
29+ 下記の実装済みリストにある機能は[ NIST COBOL85 test suite] ( https://www.itl.nist.gov/div897/ctg/cobol_form.htm ) でテストされており,** 96 %** のテストケースをパスしています.
3030
3131実装済み
3232
@@ -37,11 +37,11 @@ java [PROGRAM-ID]
3737* SEQUENTIALファイルの入出力機能
3838* INDEXEDファイルの入出力機能
3939* SORT文
40+ * 組み込み関数 (ACOS, LENGTH, MAX, ...)
4041
4142実装予定
4243
4344* RELATIVEファイルの入出力機能
44- * 組み込み関数 (ACOS, LENGTH, MAX, ...)
4545
4646既知の不具合
4747
You can’t perform that action at this time.
0 commit comments