case syntax



  I vote for something like 
case(A,
      of + then ...,
      of * then ...)

that is I vote for being verbose: of and then to signal the beginning and end,
this look to be coherent with the syntax of "if".

 By the way, I like Lisp, but perhaps is good for  the casual user to see more
tokens and less parentesis.