# Lösung: Splat
```ruby
ort = [ 49.468408, 8.482504, \
'Hochschule Mannheim', \
'Gebäude A', \
'Fakultät für Informatik', \
'Gute Ausbildung' ]
laenge, breite, name, *attribute = ort
```