Can someone be so kind and translate this VEX expression into a geometry VOP? (with a screenshot.) I'm trying to wrap my head around VOPs. Thanks!

vector pos = point(0,'P',@ptnum);
@v = pos-@P;
@v*=8;
//@P = pos;