in message <[EMAIL PROTECTED]>,
wrote Parv thusly...
>
>   Perl:
>     perl -e 'print +(17 * 36)'
> 
>   awk:
>     echo |awk '{print 17 * 36}'

Oh, in Rexx...

  echo 'say 17 * 36 ' | rexx

  ...or...

  rexx  #  Interpreter
  say 17 * 36
  ^D  # Ctrl-D


Just wondering out loud ... Is it not possible either in rexx-imc or
-regina to have something like the perl functionality (make rexx to
execute a string as if it were a valid statement/expression) ?


  - Parv

-- 

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to