Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • \$\begingroup\$ I see boxes instead of 3 characters. \$\endgroup\$ Commented Aug 16, 2012 at 13:02
  • 10
    \$\begingroup\$ @ArtemIce: There are supposed to be three boxes (quads). Two are the I/O variable (reading it gets input, and writing to it prints output), and one is in the name of the ⎕DL function which is sleep. \$\endgroup\$ Commented Aug 16, 2012 at 19:05
  • 1
    \$\begingroup\$ Discussing on the APL Orchard, we wonder if ⌊∘⎕DL&¨ would count, for 7; removing the quad on the right makes it a function, ⎕DL is in the ISO SPEC for APL as delaying for "not less than" the time, so flooring its return value of "time actually delayed for" should be valid. \$\endgroup\$ Commented Feb 18, 2020 at 7:33