Search results

Jump to: navigation, search
  • |Cross-platform (Linux / Windows / Mac OS X) |Cross-platform (Linux / Windows / Mac OS X)
    5 KB (679 words) - 17:13, 18 February 2024
  • !Windows || Linux || OS X || FreeBSD
    7 KB (764 words) - 08:13, 26 November 2023
  • *OS X *OS X (untested)
    8 KB (1,185 words) - 01:37, 18 May 2021
  • <pre> chmod +x main.d</pre>
    5 KB (827 words) - 12:58, 16 July 2020
  • ...ows, platform-specific packages for Linux distributions, a dmg file for OS X, and compressed archives for all supported platforms. Additionally, a comma
    9 KB (1,318 words) - 09:45, 4 March 2018
  • int delegate(int x) dg; dg = delegate(int x) { return arg * x; };
    2 KB (222 words) - 13:26, 26 August 2017
  • void foo(int x) mixin("int x;");
    22 KB (3,353 words) - 07:36, 18 February 2018
  • int sum(int x, int y) return x + y;
    21 KB (3,493 words) - 14:16, 7 May 2015
  • ...uld have the form: <nowiki>[[DIPx]]</nowiki>, Title, Status, resume. Where x is the DIP number, title is the DIP title and resume is a short description ...discussion, with a subject like this: new DIPx: title (where one more time x is the DIP number and title is the DIP title).
    5 KB (819 words) - 01:53, 17 January 2015
  • | platform = Windows/POSIX/Mac OS X | platform = Windows/Linux/Mac OS X
    6 KB (769 words) - 02:29, 14 September 2023
  • short x = 1; assert( is(typeof(x) == short) );
    3 KB (482 words) - 05:06, 14 April 2024
  • ...the [[DMD]] and [[GDC]] compilers. For Windows, GNU/Linux, FreeBSD (Mac OS X version is not being current or maintained). * Cross-platform. Runs on GNU/Linux, Mac OS X, Windows, FreeBSD (uses wxWidgets).
    6 KB (846 words) - 18:30, 9 June 2018
  • On OS X: x = 1
    27 KB (4,396 words) - 12:53, 18 June 2019
  • class C { int x = 123; }
    21 KB (3,125 words) - 13:03, 31 July 2021
  • immutable x = ( i - 0.5 ) * delta; return delta / ( 1.0 + x * x ) ;
    17 KB (2,456 words) - 10:25, 25 March 2023
  • if (x /* comment */) if (x)
    4 KB (583 words) - 20:00, 8 September 2015
  • int x = 10; declares a variable named x of ''type'' int, whose ''initial value'' is 10.
    3 KB (364 words) - 08:06, 5 April 2024
  • int x = MYCONSTANT*3; /* Oops, x==7, not 9 as one might expect */
    3 KB (447 words) - 09:22, 2 February 2015
  • int x=123; /* oops, the outer block comment breaks here */ // int x=123; /* now this comment no longer causes a problem */
    4 KB (541 words) - 09:44, 31 May 2017
  • void func(int x) { ... } // N.B. expects an int ...behave like X, except that it adds a few members of its own. In this case, X is toInt, which happens to be an int property, which means that MyInt shoul
    2 KB (363 words) - 10:12, 14 November 2014

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)