Jump to content

Update a configuration file: Difference between revisions

m
(→‎{{header|Haskell}}: Added Haskell solution)
Line 1,670:
{
$line = "FavouriteFruit $FavouriteFruit"
}
else
{
$line = $line
}
}
Line 1,681 ⟶ 1,677:
{
$line = "NumberOfBananas $NumberOfBananas"
}
else
{
$line = $line
}
}
Line 1,692 ⟶ 1,684:
{
$line = "NumberOfStrawberries $NumberOfStrawberries"
}
else
{
$line = $line
}
}
Line 1,707 ⟶ 1,695:
{
$line = "; NeedsPeeling"
}
else
{
$line = $line
}
}
Line 1,722 ⟶ 1,706:
{
$line = "; SeedsRemoved"
}
else
{
$line = = $line
}
}
308

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.