sprint
Declaration
sprint :: fn (args: ...) string
Description
Create new dynamic string with variable content.
This instance must be freed by string_delete
call.
Arguments
args
String content.
Result
New string.
Declared in: print.bl
sprint :: fn (args: ...) string
Create new dynamic string with variable content.
This instance must be freed by string_delete
call.
args
String content.New string.
Declared in: print.bl