1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<!DOCTYPE html>
<html lang="en" dir="ltr" class="no-js">
<head>
<meta charset="utf-8" />
<title>fr:removedfeatures [BASIC 256 - Language Documentation]</title>
<link rel="stylesheet" type="text/css" href="lib/exe/cssc171c1dfe8519125bb40a349172b001a.css"/>
</head>
<body>
<div id="dokuwiki__site"><div id="dokuwiki__top" class="site dokuwiki mode_show tpl_dokuwiki ">
<div id="dokuwiki__header"><div class="pad group">
<div class="headings group">
<h1><a href="start.html" accesskey="h" title="[H]"><img src="lib/tpl/dokuwiki/images/logo.png" width="64" height="64" alt="" /> <span>BASIC 256 - Language Documentation</span></a></h1>
</div>
</div>
<div class="breadcrumbs">
<div class="youarehere"><span class="bchead">You are here: </span><span class="home"><bdi><a href="start.html" class="wikilink1" title="start">start</a></bdi></span> » <bdi><a href="fr_start.html" class="wikilink1" title="fr:start">fr</a></bdi> » <bdi><span class="curid"><a href="fr_removedfeatures.html" class="wikilink1" title="fr:removedfeatures">removedfeatures</a></span></bdi></div>
</div>
<hr class="a11y" />
</div></div>
<div class="wrapper group">
<div id="dokuwiki__content"><div class="pad group">
<div class="pageId"><span>fr:removedfeatures</span></div>
<div class="page group">
<h2 class="sectionedit1" id="fonctionnalites_et_instructions_enlevees">Fonctionnalités et Instructions enlevées</h2>
<div class="level2">
<p>
Il apparaît souvent, lors de l'évolution d'un programme (et de beaucoup de systèmes), que des fonctionnalités introduites depuis un certain temps ne soient plus nécessaires, ou qu'elles doivent évoluer radicalement pour permettre au système dévoluer. Cette page liste cette catégorie de changements.
</p>
<div class="table sectionedit2"><table class="inline">
<tr class="row0">
<th class="col0" colspan="3">Fonctionnalités et Instructions enlevées</th>
</tr>
<tr class="row1">
<th class="col0">Version</th><th class="col1">Instruction(s)</th><th class="col2">Discussion</th>
</tr>
<tr class="row2">
<td class="col0">0.9.9.26</td><td class="col1"><strong>color</strong> <em>red</em>, <em>blue</em>, <em>green</em> -et- <strong>color</strong> ( <em>red</em>, <em>blue</em>, <em>green</em> )</td><td class="col2">Cette forme d’instruction color doit maintenant être remplacée par “<strong>color</strong> <strong>rgb</strong> ( <em>red</em>, <em>blue</em>, <em>green</em> )“</td>
</tr>
<tr class="row3">
<td class="col0">0.9.9.45</td><td class="col1"><strong>decimal</strong> <em>n</em></td><td class="col2">L'instruction decimal était utilisé pour définir le nombre maximum de chiffres apès la virgule pour l'affichage de nombre flottant avec print.Afin de garantir l'affichage de très grand comme de très petits nombres en notation scientifique, cette fonction a été enlevée.</td>
</tr>
</table></div>
</div>
</div>
<div class="docInfo"><bdi>fr/removedfeatures.txt</bdi> · Last modified: 2013/08/26 04:34 by <bdi>philrich123</bdi></div>
</div></div>
<hr class="a11y" />
</div>
<div id="dokuwiki__footer"><div class="pad">
<div class="license">Except where otherwise noted, content on this wiki is licensed under the following license: <bdi><a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license" class="urlextern">CC Attribution-Share Alike 3.0 Unported</a></bdi></div>
</div></div>
</div></div>
<div id="screen__mode" class="no"></div>
</body>
</html>
|