Create the variable v1_subset_v2, check if version1 is a subset of v2, and save the result in the variable.
v1_subset_v2
version1
v2
Make sure to pick v1_subset_v2 followed by = and then version1, .issubset, (, version2, ).
=
.issubset
(
version2
)