[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.3.4.8 Text-Mode Newline (@N)

The Text-Mode Newline command moves the cursor to the beginning of the next line. If at the end of the screen, the display will scroll vertically. It only works in text mode.

Text-Mode Newline behaves exactly as if a carriage return was encountered in the input file. It exists only to allow the user to embed carriage returns on a single line of the input file.

Name:
Text-Mode Newline
Class:
Display Text
Code:
@N
Syntax:
@N
System:
Moves the text cursor to the beginning of the next line.
Requires:
Cogsys must be in a text mode (Mode 0).
Test Files:
`NEWL_T01.IN'
tests basic operation

Examples:

input
This line is@Ncontinued below.
cogsys
Displays the following:
 
This line is
continued below.



This document was generated by Usman Muzaffar on June, 28 2000 using texi2html