Skip to content

Practicos de programación uno , facultad de ingenieria UDELAR.

Notifications You must be signed in to change notification settings

emilianoberon10/Programacion1_UDELAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free Pascal excercise's

Execute with

 fpc -Co -Cr -Miso -gl name.pas && ./name 

or use the command

  sh compile.sh name 

Template

  PROGRAM template;
  variable: type;

  function MyFunction(params):integer;
  {* pre condition *}
  {* Local Vars *}
  {* Local functions *}
  begin
    {code...}
    MyFunction := 0; {* To return the value *}
  end;
          {* parametro por valor y referencia *}
  procedure MyProcedure(x: Integer, Var a: char);
  begin
    
  end;

  begin
    
  end;

About

Practicos de programación uno , facultad de ingenieria UDELAR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published