Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
17
Task/String-prepend/00-TASK.txt
Normal file
17
Task/String-prepend/00-TASK.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{{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}}
|
||||
|
||||
;Task:
|
||||
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.
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue