Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 deletions
9
Task/String-prepend/00DESCRIPTION
Normal file
9
Task/String-prepend/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{{basic data operation}}
|
||||
[[Category:String manipulation]] [[Category: String manipulation]] [[Category:Simple]]
|
||||
{{omit from|bc|No string operations in bc}}
|
||||
{{omit from|dc|No string operations in dc}}
|
||||
Create a string variable equal to any text value.
|
||||
Prepend the string variable with another string literal.
|
||||
If your language supports any idiomatic ways to do this without referring to the variable twice in one expression, include such solutions.
|
||||
|
||||
To illustrate the operation, show the content of the variable.
|
||||
Loading…
Add table
Add a link
Reference in a new issue