pushStr method

dynamic pushStr (String str)

Implementation

pushStr(String str) {
  pushHex(Convert.strToBytes(str));
}