Content deleted Content added
m {{lowercase title}} using AWB |
m Fixed Lint errors on this page (obsolete/unclosed tags) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1:
{{WikiProject banner shell|class=C|1=
{{lowercase title}}▼
{{WikiProject Software|importance=Low}}
{{WikiProject Computing|importance=Low |early-comp=y |early-comp-importance=Low |software=y |software-importance=Low}}
{{WikiProject Linux|importance=Low}}
▲}}{{lowercase title}}
==Untitled==
I have been unable to find any libraries of functions for 'dc' (e.g., log, sin, etc). If someone finds some, please add external links.
Wouldn't it be better to use an example that actually works? Because when I type <br/>
I get<br/>
You miss-typed the example, the correct one is <br />
{{mono|1= 12 _3 4 ^ + 11 / v 22 -}}<br/>
After command {{mono|1=p}} you get<br />
{{mono|1=-20}} [[User:Annie Yousar|Annie Yousar]] ([[User talk:Annie Yousar|talk]]) 14:14, 15 March 2025 (UTC)
== Explanation ==
Can someone explain how the following works?<br />
: It encodes the email address in the hex constant
: Just did a small optimization (in code length) to it:
: : Sorry but I forgotten that we cannot construct a string in dc...but I have just figured out the way to construct the constant:
::Billyaukh missed the "e" in dc -e "16i0[80?d0!=x*+]dsxx10op" [[User:Annie Yousar|Annie Yousar]] ([[User talk:Annie Yousar|talk]]) 11:46, 2 February 2025 (UTC)
== Original implementation language? ==
Line 63 ⟶ 73:
Cheers.—[[User:InternetArchiveBot|'''<span style="color:darkgrey;font-family:monospace">InternetArchiveBot</span>''']] <span style="color:green;font-family:Rockwell">([[User talk:InternetArchiveBot|Report bug]])</span> 22:52, 8 December 2016 (UTC)
== Name of the default register? ==
(named) Register = Stack of Arrays
So I can access a named register's TOS array via ":" and ";". This is fine. But I've an idea for something to code which massively would benefit if I could access the default register in the same way. So does it have a hidden name?
I'll read the source, if my impatience wins over my patience ... [[Special:Contributions/2003:DD:6F34:8975:F4A0:F975:5A7:A98E|2003:DD:6F34:8975:F4A0:F975:5A7:A98E]] ([[User talk:2003:DD:6F34:8975:F4A0:F975:5A7:A98E|talk]]) 12:33, 16 February 2025 (UTC)
|