jueves, 26 de abril de 2012

comandos de pascal

uses crt: activa la libreria de comandos
begin: marca el inicio del programa
clrscr: hace el borrado de pantalla
gotoxy: coloca el texto en coordenadas indicadas
writeln: escribe un texto
end:p one fin a tu programa


palabras reservadas:

  • and
  • end 
  • label
  • repeat
  • while
  • asm
  • exports
  • libray
  • set
  • with
  • array
  • file
  • mod
  • shl
  • xor
  • begin
  • for
  • nil
  • shr
  • case
  • function
  • not
  • string
  • const
  • goto
  • object
  • then
  • constructor
  • if
  • of
  • to 
  • destructor
  • implementation
  • or
  • type
  • div
  • in
  • packed
  • unit
  • do
  • inherited
  • procedure
  • until
  • downto
  • inline
  • program
  • uses
  • else
  • interface
  • record
  • var