Myvideo

Guest

Login

Free Pascal Program Tutorial 4 - User Input - Lazarus

Uploaded By: Myvideo
1 view
0
0 votes
0

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);

Share with your friends

Link:

Embed:

Video Size:

Custom size:

x

Add to Playlist:

Favorites
My Playlist
Watch Later