On Mar 7, 6:56 pm, 7stud -- <bbxx789_0... / yahoo.com> wrote:
> (I refuse to consider any code that uses perl syntax)
So you won't be able to do this any more:
2 + 2
You'll have to use Forth:
2 2 +
or Lisp:
(+ 2 2)
Some awk syntax:
gsub( /./, "&&", s )