Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "INNL"

From Creatures Wiki
Jump to navigation Jump to search
(c2e caos:I/O.)
 
(Replacing page with 'ERLING HAS A SLOPPY ASSHOLE WHICH IS ALWAYS DRIPPING CUM')
Line 1: Line 1:
'''INNL''' is a [[CAOS]] function which reads from the [[input stream]].
+
ERLING HAS A SLOPPY ASSHOLE WHICH IS ALWAYS DRIPPING CUM
 
 
==Usage==
 
Syntax: ''INNL''
 
 
 
Returns a line from the input stream. The newline at the end is not returned, so there is no need to strip it.
 
 
 
==Examples==
 
Read an entire file into va00. If you wanted to copy the file, you could direct the ouput stream and then output va00 at the end of this.
 
<pre>
 
FILE IOPE 0 "myfile"
 
DOIF INOK eq 1
 
  SETS va00 ""
 
  LOOP
 
    ADDS va00 INNL
 
    ADDS va00 "\n"
 
  UNTL INOK eq 0
 
ENDI
 
FILE ICLO
 
</pre>
 
 
 
 
 
==See also==
 
*[[Input stream]]
 
*[[FILE IOPE]]
 
 
 
[[Category:C3 CAOS Commands]]
 
[[Category:CAOS:I/O]]
 

Revision as of 16:47, 28 September 2007

ERLING HAS A SLOPPY ASSHOLE WHICH IS ALWAYS DRIPPING CUM