Breakaway (biscuit)

Breakaway is a brand of chocolate-covered digestive biscuit from Nestlé, which started production in 1970.

Breakaway Bar
Nutritional value per 100 g (3.5 oz)
Energy2,111 kJ (505 kcal)
61.1 g
Sugars42.4 g
Dietary fibre2.4 g
25.5 g
6.3 g
Percentages are roughly approximated using US recommendations for adults.
Source: Nestlé Information

Ingredients

Milk Chocolate (52%) (Sugar, Cocoa butter, Cocoa mass, Dried whole milk, Whey powder, Vegetable fat, Emulsifiers (Soya lecithin, E476), Flavouring), Wheat flour, Whole meal (10%), Vegetable fat, Sugar, Whole Oatflour, Coconut, Invert sugar syrup, Barley malt Extract, Raising agents (Ammonium bicarbonate, Sodium bicarbonate), Salt.

Advertising

A mid-1970s United Kingdom television commercial for the brand starred Eric Idle in a variation on his "Nudge Nudge" sketch from Monty Python's Flying Circus. Later stage performances of the original sketch included a comic reference to the commercial, as on the LP Monty Python Live at Drury Lane.

gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads P.IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure tellDigitalCrossToLearnMonads = P.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure fail = P.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (Prelude.>>=) (>>) = (Prelude.>>) return = Prelude.pure fail = Prelude.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: Fascinating.
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)class Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m amain = tellDigitalCrossToLearnMonads "hi!"```

See also

References

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