Metak (album)

Metak (English: Bullet) is the seventh studio album by Bosnian Serb[1] singer Stoja. It was released in 2006.[2]

Metak
Studio album by
Released18 July 2006 (2006-07-18)
GenreFolk, pop
LabelGrand Production
Stoja chronology
5
(2004)
Metak
(2006)
Do gole kože
(2008)

Track listing

  1. Ne slušaj vesti (Don't Listen to the News)
  2. Nešto mi govori (Something Tells Me)
  3. Gde god pođem tebi idem (Wherever I Go, I'm Going to You) featuring Šako Polumenta
  4. Neću proći jeftino (I Won't Pass Easily)
  5. Metak (Bullet)
  6. Sve sam živo pokvarila (I've Ruined Everything)
  7. Leti leti (Fly Fly)
  8. Ako smeta tvojoj sreći (If It Bothers Your Happiness)
gollark: It's especially good with ADTs.
gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).

References

  1. "STOJA NOVAKOVIĆ". BalkanMedia. 25 March 2010. Retrieved 29 April 2013.
  2. "Stoja - Metak". Discogs. Retrieved 10 September 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.