double AccountBalance( )
Returns balance value of the current account (the amount of money on the account).
現在のアカウントの口座残高の値を返します。(アカウントの金額量)
Sample:
サンプル:
1 | Print("Account balance = ",AccountBalance()); |
現在のアカウントの口座残高の値を返します。(アカウントの金額量)
サンプル:
1 | Print("Account balance = ",AccountBalance()); |
0 people found this article useful
0 people found this article useful