This language bar is your friend. Select your favorite languages!
Select your favorite languages :
- Or search :
- Clojure
- C++
- C++
- C#
- C#
- D
- Dart
- Elixir
- Erlang
- Fortran
- Go
- Groovy
- Haskell
- JS
- JS
- Java
- Java
- Java
- Java
- Kotlin
- Lisp
- Lua
- Obj-C
- PHP
- Pascal
- Perl
- Python
- Python
- Ruby
- Rust
- Scala
- Scheme
- Smalltalk
- VB
List<T> items = new ArrayList<>(of(a, b, c));
Mutable
Dim salmons As New List(Of String) From
{"chinook", "coho", "pink", "sockeye"}
Create a list of strings by using a
collection initializer.
collection initializer.
programming-idioms.org
- Iterate over list values
- Iterate over list indexes and values
- Create a tuple value
- Add an element at the end of a list
- Print list
- Last element of list
- Create an empty list of strings
- Get list size
- Insert element in list
- Created a zeroed list of integers
- Concatenate two lists
- Create a 3-dimensional array
- Create a 2-dimensional array
- Check if list contains a value
- Reverse a list