Statement v. Library Routine in Euphoria
- Posted by Alan Tu <ATU5713 at COMPUSERVE.COM> May 12, 1998
- 664 views
Hi all, A quick question on statements and routines in Euphoria. I come from the QBasic/BASIC world, where every line was a statement. = Reading the Euphoria documentation, I formulate this theory on statements= and library routines in Euphoria. Could someone please tell me if I'm correct? There are really only a small number of statements, such as IF, ELSEIF, FOR, INCLUDE, and such. These "statements" are generally used to control= the program itself. 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? --Alan =