| changeset 281 | 32dfd2ca577b |
| parent 266 | 31e5218f43de |
--- a/templates1/drumb.scala Tue Oct 29 11:11:44 2019 +0000 +++ b/templates1/drumb.scala Tue Oct 29 14:12:24 2019 +0000 @@ -1,6 +1,7 @@ -// Main Part about a really dumb investment strategy +// Core Part about a really dumb investment strategy //=================================================== +object CW6b { //two test portfolios @@ -81,3 +82,4 @@ //println("Blue data: " + investment(blchip_portfolio, 1978 to 2019, 100)) +}