Data Update
This commit is contained in:
parent
e50b5c3114
commit
633b36288a
206 changed files with 4762 additions and 965 deletions
6
Task/String-prepend/EMal/string-prepend.emal
Normal file
6
Task/String-prepend/EMal/string-prepend.emal
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
text greeting = "world"
|
||||
^|basic concatenation|^
|
||||
writeLine("hello " + greeting)
|
||||
^|changing the text in place|^
|
||||
writeLine(greeting.insert(0, "hello "))
|
||||
writeLine(greeting)
|
||||
Loading…
Add table
Add a link
Reference in a new issue