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>el: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="el_start.html" class="wikilink1" title="el:start">el</a></bdi> » <bdi><span class="curid"><a href="el_removedfeatures.html" class="wikilink1" title="el: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>el:removedfeatures</span></div>
<div class="page group">
<h2 class="sectionedit1" id="removed_features_and_statements">Removed Features and Statements</h2>
<div class="level2">
<p>
Sometimes during the evolution of a program (and many systems) it becomes apparent that features that were added at one point have become unnecessary or must be radically changed to support the future. This page lists the changes that fall into that category.
</p>
<div class="table sectionedit2"><table class="inline">
<tr class="row0">
<th class="col0" colspan="3">Statements and Features Removed</th>
</tr>
<tr class="row1">
<th class="col0">Version</th><th class="col1"><a class="explain" href="en_programsyntax.html">Statement(s)</a></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> -and- <strong>color</strong> ( <em>red</em>, <em>blue</em>, <em>green</em> )</td><td class="col2">This form of the color statement was deprecated and should be replaced with “<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">The decimal statement was used to specify the maximum number of decimal digits to show when displaying a floating point number. In the re-write to support the display of very large and really small numbers in scientific notation this feature was removed.</td>
</tr>
</table></div>
</div>
</div>
<div class="docInfo"><bdi>el/removedfeatures.txt</bdi> · Last modified: 2014/01/11 23:26 (external edit)</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>
|