mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 17:59:06 +02:00
7 lines
69 B
ObjectPascal
7 lines
69 B
ObjectPascal
var bset: set of 0..31;
|
|
b: byte;
|
|
|
|
Begin
|
|
bset := bset + b;
|
|
End.
|