Content deleted Content added
Notification of altered sources needing review #IABot (v1.2.7.1) |
m Fixed Lint errors on this page (obsolete/unclosed tags) |
||
(8 intermediate revisions by 7 users not shown) | |||
Line 1:
{{WikiProject
{{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 40 ⟶ 51:
This example, Perl source containing embedded dc source, was formatted with language-specific, syntax-aware color coding. While I personally find that the jarring color shifts make source code almost unreadable, I would have left this style in place were it not already meaningless:
# The Wikipedia renderer doesn't have a style for
# The renderer doesn't handle nested source.
# The renderer doesn't handle multiple languages in one block of code.
Line 59 ⟶ 70:
When you have finished reviewing my changes, please set the ''checked'' parameter below to '''true''' or '''failed''' to let others know (documentation at {{tlx|Sourcecheck}}).
{{sourcecheck|checked=
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)
|