Rambler (cigarette)
Rambler is a brand of cigarettes, currently owned and manufactured by House of Prince, a subsidiary of British American Tobacco.
An old Swedish pack of Rambler cigarettes, with a Swedish text warning at the bottom of the pack. | |
Product type | Cigarette |
---|---|
Owner | House of Prince, a subsidiary of British American Tobacco |
Introduced | 2005 |
Markets | Denmark, Sweden, Czech Republic |
History
Rambler was launched in 2005 as a compact size-cigarette, meaning it has a thinner format (0.68 cm in diameter) compared to other cigarettes on the market. A Rambler cigarette is 8.4 cm long and the mixture of tobacco used in Rambler is American blend.
The brand is or was sold in Denmark, Sweden and the Czech Republic.[1][2]
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.
gollark: https://raw.githubusercontent.com/Ale32bit-CC/Node.lua/master/node.lua
gollark: NodeLuaBestOS
gollark: Yes, they can fly, using the `launch` function.
See also
References
- "BrandRambler - Cigarettes Pedia". Cigarettespedia.com. Retrieved 4 June 2018.
- "Rambler". Zigsam.at. Retrieved 4 June 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.