ContRap
The symbolic tool for control-flow based rapid prototyping.

Function operator<< from stl
Brief description

operator<<(list:List,value:):List

Appends an element at the end of the list by modifying the list More ...

Function information
Name: operator<<
Base: List
Group: Built-in plugins:Lists
Icon: list.png
Color: black
Authors:
Copyright:

Detailed description

Appends an element at the end of the list by modifying the list.

Input parameters
list: List
List to operate on
value:
Value to append

Return values
Default return value: List
Modified list