changeset 300 | 72688efdf17c |
parent 249 | 1997cfcd6334 |
--- a/testing4/postfix.scala Thu Oct 31 11:33:02 2019 +0000 +++ b/testing4/postfix.scala Thu Oct 31 12:01:56 2019 +0000 @@ -2,7 +2,7 @@ // by Edsger Dijkstra // ======================== -//object CW9b { +object CW9a { type Toks = List[String] @@ -98,6 +98,6 @@ // compute(syard(split("5 * 7 / 2"))) // 17 // compute(syard(split("9 + 24 / ( 7 - 3 )"))) // 15 -//} +}