Re: Statement v. Library Routine in Euphoria
- Posted by Irv <irv at ELLIJAY.COM> May 12, 1998
- 671 views
At 05:13 PM 5/12/98 -0400, Alan wrote: > >Most of Euphoria is really routine-based. Whereas BASIC uses a PRINT >"statement" to display stuff, Euphoria calls it a routine. IS this >interpretation right? > Seems right, except for the ? statement, which can display things. Irv