chickenclisp v0.1.8 (2016-11-20T07:17:51Z)
Dub
Repo
StringLengthOperator
orelang
operator
StringOperators
return a length of the string
class
StringLengthOperator :
IOperator
{
Value
call
(Engine engine, Value[] args);
}
Members
Functions
call
Value
call
(Engine engine, Value[] args)
call
Inherited Members
From IOperator
call
Value
call
(Engine engine, Value[] args)
Undocumented in source.
Meta
Source
See Implementation
orelang
operator
StringOperators
classes
AsStringOperator
StringChompOperator
StringConcatOperator
StringJoinOperator
StringLengthOperator
StringRepeatOperator
StringSliceOperator
StringSplitOperator
return a length of the string