[ Seznam ] předřadit: [ Řetězec ]

var x := Seznam ← 1 ; 2 ; 3.
x připojit: 0.
x předřadit: 9.
Stdout psát: x, stop.
Seznam ← 9 ; 1 ; 2 ; 3 ; 0