Address of a variable: Difference between revisions

Content deleted Content added
Miks1965 (talk | contribs)
PascalABC.NET
Aartaka (talk | contribs)
Add ed example
Line 845:
var2 address= 276 value= 1234
memtop2 address= 6 value=58374</pre>
 
=={{header|ed}}==
 
There are no variables, only lines. These can be used as variables, though. So getting a variable/line address is as simple as
 
<syntaxhighlight lang="sed">
=
</syntaxhighlight>
 
=={{header|ERRE}}==