0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

個人的「質はともかく継続する」23日目です

pklを使ってみた その4

簡単な計算式なども使えるようです。

inTax: Float = 1.10
outTax: Float = 1.08
book: Float = 2400.0 * inTax
egg: Float = 180 * outTax
bigMeet: Float = 1000.0
smallMeet: Float = bigMeet / 2
coupon: Float = 200.0
total: Float = (book + egg + smallMeet - coupon) 

四則演算はもちろん、各項目を変数のように扱うこともできるようです。
image.png

まとめ

今日はしんどいのでここまで。。
短くてすみません。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?