Object Pascal - Value sender
Object Pascal
Other pieces of example codes:z := (x-y)-30.5;
z := (x shr 2) shr 2;
x := 123 xor 25;
inc(x)
y<5
not a
Value sender in another programming language:
z := (x-y)-30.5;
z := (x shr 2) shr 2;
x := 123 xor 25;
inc(x)
y<5
not a