7 Sep
1997
7 Sep
'97
9:35 p.m.
program Test; var S : String(7); begin S := 'SCHNAPS'; S := S + #48 + #48; { wow, the string expands the size - that's right? } Writeln(S); Writeln(S + #48#48); { This is needed for Borland style! } end.
10568
Age (days ago)
10568
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sven@rufus.central.de