Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Task/Currency/PicoLisp/currency.l
Normal file
12
Task/Currency/PicoLisp/currency.l
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(scl 2)
|
||||
(let
|
||||
(Before
|
||||
(+
|
||||
(* 4000000000000000 5.50)
|
||||
(* 2 2.86) )
|
||||
Tax (*/ Before 7.65 100.00)
|
||||
Total (+ Before Tax)
|
||||
Fmt (17 27) )
|
||||
(tab Fmt "Total before tax:" (format Before *Scl "." ","))
|
||||
(tab Fmt "Tax:" (format Tax *Scl "." ","))
|
||||
(tab Fmt "Total:" (format Total *Scl "." ",")) )
|
||||
Loading…
Add table
Add a link
Reference in a new issue