Infix operator for appending to a list.
1 | xs %<% x
|
xs |
list. The list to append to. |
x |
object. The object to append to the list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.