5 lines
117 B
Text
5 lines
117 B
Text
|
|
using System.Text;
|
||
|
|
|
||
|
|
def message = "How long am I anyways?";
|
||
|
|
def bytelength = Encoding.Unicode.GetByteCount(message);
|