Lenguaje 4DComandos por temaConjuntosVersión: SiguienteConjuntosADD TO SET ( {tabla : Table ;} conjunto : Text )CLEAR SET ( conjunto : Text )COPY SET ( srcCon : Text ; dstCon : Text )CREATE EMPTY SET ( {tabla : Table ;} conjunto : Text )CREATE SET ( {tabla : Table ;} conjunto : Text )CREATE SET FROM ARRAY ( tabla : Table ; arrayReg : Integer, Boolean array {; nomConjunto : Text} )DIFFERENCE ( conjunto1 : Text ; conjunto2 : Text ; resultado : Text )INTERSECTION ( conjunto1 : Text ; conjunto2 : Text ; resultado : Text )Is in set ( conjunto : Text ) : BooleanLOAD SET ( {tabla : Table ;} conjunto : Text ; doc : Text )Records in set ( conjunto : Text ) : IntegerREMOVE FROM SET ( {tabla : Table ;} conjunto : Text )SAVE SET ( conjunto : Text ; doc : Text )UNION ( conjunto1 : Text ; conjunto2 : Text ; resultado : Text )USE SET ( conjunto : Text )