Content deleted Content added
→Dart: lang="ecmascript" |
→Dart: link |
||
Line 125:
This results in the s-expression (I have 4 apples), where "I", "have", "4" and "apples" are symbols (i.e. identifiers), rather than strings.
=== [[Dart (programming language)|Dart]] ===
<source lang="ecmascript">
int apples = 4, bananas = 3;
|