setReference static method

String setReference(
  1. String x,
  2. String y
)

Implementation

static String setReference(String x, String y) {
  return createLine(REFERENCE, [x, y]);
}