APKPure で安全で高速な APK のダウンロード
APKPure は署名検証を使用して、ウイルスフリーの Frink Programming Language APK ダウンロードを保証します。
2020年08月16日
* Added formatTable function to format 2-dimensional arrays into a nice table.
* formatTable function can format 1-dimensional arrays into columnar form.
* Added array methods isEmpty and peek
* Added array.dimensions[] method to return the dimensions of an array.
* The formatting functions format, formatSci... can now take an array of values, making it easier to format a collection of data.
* New date/time formatting options such as numerical day of week, AM/PM options, etc.