There are other things that raise the question: Are we obligated to
maintain e. g. things like /* IBM Materials Licensed under International Components for Unicode */ /* Licence version 1.8.1 (ICU Licence) - Property of IBM */ /* IBM NetRexx */ /* Copyright (c) 1995-2009 IBM Corp. */ /* Copyright (c) 2011- RexxLA */ /* ------------------------------------------------------------------ */ /* netrexx.lang.RexxIO -- I/O utilities for NetRexx */ /* ------------------------------------------------------------------ */ /* Copyright IBM Corporation, 1996, 1997. All Rights Reserved. */ /* Author Mike Cowlishaw */ /* */ /* ------------------------------------------------------------------ */ /* 96.04.03 Ask method (read a line) */ /* 96.07.07 Say method (write a line or partial line) */ /* 97.02.01 Make I/O streams externally accessible [for IFB] */ /* [this may be a security exposure, removed for 1.1] */ /* 97.06.28 Upgrade for 1.1 NLS */ /* 98.08.30 Use PrintWriter for output */ /* ------------------------------------------------------------------ */ I'm totally unsure of our obligation . . . Robert L Hamilton, Engineer Richardson Texas USA _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Hello Robert, *sorry to interrupt*:
You might want to have a look at my askfor method (combining the Question, and getting the answer) in my RexxMsg. I personally DO think, that denoting: name=askfor('Enter your Name') *is easier code to read than* say 'Enter your Name' name=ask Also, I do think, that my approach is easier to extend to SCEEN oriented I/O, which I'm currently working on, by the way... ;-). ********** End of Interruption ********** Thomas. ======================================================== Am 11.10.2011 19:05, schrieb Robert Hamilton: > There are other things that raise the question: Are we obligated to > maintain e. g. things like > > /* IBM Materials Licensed under International Components for Unicode */ > /* Licence version 1.8.1 (ICU Licence) - Property of IBM */ > /* IBM NetRexx */ > /* Copyright (c) 1995-2009 IBM Corp. */ > /* Copyright (c) 2011- RexxLA */ > /* ------------------------------------------------------------------ */ > /* netrexx.lang.RexxIO -- I/O utilities for NetRexx */ > /* ------------------------------------------------------------------ */ > /* Copyright IBM Corporation, 1996, 1997. All Rights Reserved. */ > /* Author Mike Cowlishaw */ > /* */ > /* ------------------------------------------------------------------ */ > /* 96.04.03 Ask method (read a line) */ > /* 96.07.07 Say method (write a line or partial line) */ > /* 97.02.01 Make I/O streams externally accessible [for IFB] */ > /* [this may be a security exposure, removed for 1.1] */ > /* 97.06.28 Upgrade for 1.1 NLS */ > /* 98.08.30 Use PrintWriter for output */ > /* ------------------------------------------------------------------ */ > > I'm totally unsure of our obligation . . . > > Robert L Hamilton, Engineer > Richardson Texas USA > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > > -- Thomas Schneider (Founder of www.thsitc.com) Member of the Rexx Languge Asscociation (www.rexxla.org) Member of the NetRexx Developer's Team (www.netrexx.org) _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/
Thomas Schneider, Vienna, Austria (Europe) :-)
www.thsitc.com www.db-123.com |
Free forum by Nabble | Edit this page |