PLOGHELP TAB Robert Duncan, January 1988 Prints spaces on the current output stream. ?- tab(N). This goal evaluates N and prints the corresponding number of spaces on the current output. N should be an integer. The goal ?- tab. is equivalent to ?- tab(1). -- RELATED DOCUMENTATION ---------------------------------------------- PLOGHELP * I_O Overview of input/output operations in Prolog PLOGHELP * NL Prints newlines on the current output stream PLOGHELP * PUT Prints an ASCII character on the current output stream PLOGHELP * TTYTAB Prints spaces on the terminal --- C.all/plog/help/tab ------------------------------------------------ --- Copyright University of Sussex 1988. All rights reserved. ----------