Subversion Repositories oidplus

Rev

Rev 733 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 733 Rev 735
Line 1... Line 1...
1
program LISTTEST;
1
program LISTTEST;
2
 
2
 
3
(************************************************)
3
(************************************************)
4
(* LISTTEST.PAS                                 *)
4
(* LISTTEST.PAS                                 *)
5
(* Author:   Daniel Marschall                   *)
5
(* Author:   Daniel Marschall                   *)
6
(* Revision: 2020-09-09                         *)
6
(* Revision: 2022-02-13                         *)
7
(* License:  Apache 2.0                         *)
7
(* License:  Apache 2.0                         *)
8
(* This file contains:                          *)
8
(* This file contains:                          *)
9
(* - Example how to use lists and selection CUI *)
9
(* - Example how to use lists and selection CUI *)
10
(************************************************)
10
(************************************************)
11
 
11