13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
// this is a comment, any lines that start with //
|
|
// (and blank lines) should be ignored
|
|
|
|
// New user data
|
|
// data is userID, surname, firstName, otherInitials, title
|
|
|
|
[Library User Data]
|
|
|
|
unknown, Newton, David, E, Dr
|
|
unknown, Gregson, Brian, R T, Mr
|
|
unknown, Evans, David, , Dr
|
|
unknown, Smith, Sara, C, Ms
|