在APKPure安全快速地下载APK
APKPure 使用签名验证功能,确保为您提供无病毒的 Frink Programming Language APK 下载。
2020年08月17日
* 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.