Skip to content
Snippets Groups Projects
Commit 5db735a9 authored by kopareigns's avatar kopareigns
Browse files

Close Parentheses

parent b0e9317a
No related branches found
No related tags found
1 merge request!2564Fixes and sanity check
......@@ -401,7 +401,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
<</replace>>
<</link>>
<<if $publicShares > 5000 && $corpCash >= $sharePrice*5000>>
| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95)>>@@">>
| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@">>
<<set $publicShares -= 5000>>
<<set $corpCash -= Math.ceil(($sharePrice*5000)*.95)>>
<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment