Touch a Four Leaf Clover

"Touch A Four Leaf Clover" is a song recorded by R&B group Atlantic Starr, released as a single from their 1983 Yours Forever by A&M Records.[1] The song reached No. 4 on the US Billboard Hot R&B Singles chart.[2]

"Touch A Four Leaf Clover"
Single by Atlantic Starr
from the album Yours Forever
Released1983
GenreR&B, soul
LabelA&M Records
Songwriter(s)David Lewis, Wayne Lewis
Producer(s)James Anthony Carmichael
Atlantic Starr singles chronology
"Your Love Finally Ran Out"
(1982)
"Touch A Four Leaf Clover"
(1983)
"Yours Forever"
(1983)

Overview

"Touch a Four Leaf Clover" was produced by James Anthony Carmichael and composed by David Lewis with Wayne Lewis.[1]

Covers

Erykah Badu covered "Touch a Four Leaf Clover" for her 1997 album Baduizm.[3]

gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
gollark: Even my (Node.)JS programs are probably faster.
gollark: Of course. It's Haskell.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.