Overview
>
klyn
>
StringBuilderSync
>
append
Overview
Index
Tree
Deprecated
klyn.StringBuilderSync.append
method
public append(value as Short) as StringBuilderSync:
Description
Appends a signed short. builder = StringBuilderSync() builder.append(Short(12)) print(builder.toString())
Parameters
value Value to append.
Returns
This builder.
Example