time y$, m$, d$, h$, n$, s$
ny=val(y$)
nm=val(m$)
nd=val(d$)
! 1月なら前月は12月
if nd=1 then
if nm=1 then
zm=12
zy=ny-1
else
zm=nm-1
zy=ny
endif
else
zm=nm
zy=ny
end if
! 1日 なら前月月末日を取得
if nd=1 then
if zm=1 then
zd=31
endif
if zm=2 then
zd=28 ←閏年無視
endif
if zm=3 then
zd=31
endif
(中略)
if zm=12 then
zd=31
endif
else
zd=nd-1
endif
!文字型にしたときに.0が入ってしまうための処理
zyy$=replace$(str$(zy),".0","")
if len(zyy$)=1 then
zyy$="0"+zyy$
endif
zmm$=replace$(str$(zm),".0","")
if len(zmm$)=1 then
zmm$="0"+zmm$
endif
zdd$=replace$(str$(zd),".0","")
if len(zdd$)=1 then
zdd$="0"+zdd$
endif
I have released v01.79. It fixes some more bugs from v01.77 and adds some new commands and features. It includes everything in the test builds v01.78.01 and v01.78.02, plus:
- New math functions INT(), FRAC(), and SGN()
- Enhanced ROUND(): you can specify the number of decimal places to round, and one of seven rounding modes
- Fixed the initial file load so it only happens once, when you install a new version
- File.Type, File.Size, and HTML.Load.URL now work better in an standalone APK that keeps the files in the assets directory
- Fixed an error in variable look-up in parameters of functions called from an interrupt handler (the bug miki found)
- Added a very simple WIFIMODE command (suggested by Alberto)
See the manual, De Re Basic!, for details.
More complete release notes may be found here.
The Android-installable apk may be downloaded here, or from the Google Play Store (Google Play has not updated yet. Give it a few hours.)
The full source directory (Eclipse project), and the MS Word version of the manual are available on GitHub.
ディスプレイ:7 インチ、 1024 x 600
5点マルチタッチスクリーン(静電容量式)
サイズ (W x H x D):122 x 194 x 10.05 mm
重さ:約360g
プロセッサー:MTK8125 クアッドコア、1.2 GHz
メモリ:1 GB DDR3L RAM
カメラ:30万画素カメラ(前面)
オーディオ:内蔵スピーカー(モノラル)、内蔵マイク
ストレージ:8 GB (使用可能領域 5.8 GB)、 microSD/SDHC カードで拡張可能(最大32GB)
バッテリー駆動時間:最長 8.3 時間、待機時間:最長 19 日間
バッテリー容量:4,200 mAh
通信機能:無線LAN:IEEE802.11b/g/n、Bluetooth?? v4.0
ポート:microUSB (OTGサポート)、microHDMI 出力、microSD カード
3.5 mm ステレオヘッドフォンジャック(インラインマイク付き)
OS:Android 4.2.2
センサー:ジャイロスコープ、加速度センサー、照度センサー
Google Play対応
Problems Fixed
・Restored support for devices running Android versions 2.1 and 2.2.
・System.open now catches and reports failure to create the AppPath working directory.
Enhancements
・The BROWSE command now runs in its own task, so it can be run when BASIC! is in the background.
・Out Of Memory errors are reported on the Console, do not crash the application.
The world’s most popular mobile OS running on your
desktop! Keepod is Based on Android 4.4 (KitKat)
running**the most powerful OS on the planet directly
from your USB drive.
Keepod**is designed to be fast in every possible way.
It’s quick to boot**on your**PC, **loads apps and web
pages in a snap, and makes even an old PC feel
modern again.