Back to Browse

Free Pascal Program Tutorial 4 - User Input - Lazarus

98.6K views
May 13, 2012
4:56

http://www.schoolfreeware.com To have the computer receive input from the user the command readln (or its variation read) will collect the data. Also, the variable with the data type must be declared. Example: var name:string;   write('Enter Name: ');   readln(name); The computer will collect the data from the user and this line will output the data to the screen.   writeln('Nice To Meet You, ', name);

Download

1 formats

Video Formats

360pmp46.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Free Pascal Program Tutorial 4 - User Input - Lazarus | NatokHD