Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • <pre>user=> (let [dog "Benjamin" Dog "Samba" DOG "Bernie"] (format "The three dogs ar <syntaxhighlight lang="lisp">CL-USER> (let* ((dog "Benjamin") (Dog "Samba") (DOG "Bernie")) ...
    61 KB (8,471 words) - 15:44, 12 November 2023
  • <pre>user=> (repeat-function #(println "bork") 3) =={{header|XBS}}== ...
    62 KB (8,176 words) - 16:10, 7 May 2024
  • ...has a new integer member Foo and EE is an instance of Monkey_Path. For the user EE appears as E with Foo. <syntaxhighlight lang="lisp">CL-USER> (let* ((instance (make-instance 'foo :bar 42 :baz 69)) ...
    69 KB (9,574 words) - 17:02, 16 May 2024
  • user-message one-of [ 1 3 "rooster" blue ] user-message one-of (list (red + 2) turtles (patch 0 0) )</syntaxhighlight> ...
    50 KB (6,530 words) - 22:49, 13 February 2024
  • --User get provides question OPTION(QUESTION "User's input question" "") ...
    104 KB (14,594 words) - 03:12, 20 March 2024
  • ...nd from many object oriented concepts. It does however have methods. Any user-defined type in Go can have methods and these work very much like "instance ...This makes it clear that the thread that is put to sleep is not under the user's control. However, written as <code>Thread.currentThread().sleep(1000);</c ...
    81 KB (10,949 words) - 10:19, 22 May 2024
  • ...ops|conditional loop]] &nbsp; may be used to repeat the guessing until the user is correct. -- prepare a variable to store the user's answer ...
    110 KB (14,044 words) - 16:01, 20 March 2024
  • ...umber. At least one function should be built-in and at least one should be user-defined; try using the sine, cosine, and cubing functions. Fill another col # Add a user defined function and its inverse # ...
    106 KB (14,370 words) - 10:51, 25 January 2024
  • ...n supply their own RANDU (using a better method), and further, disregard a user-supplied RANDU routine so it may have to be called RANDUU or some other nam <pre>USER>D BREAKLOOP^ROSETTA ...
    95 KB (11,132 words) - 22:49, 4 March 2024
  • So you can write a user-defined operator. 'for user input terminated by pressing [ENTER]. ...
    125 KB (16,694 words) - 08:13, 31 May 2024
  • ...extending the language without any formal distinction between built-in and user-defined elements. Coq allows "[https://coq.inria.fr/refman/user-extensions/syntax-extensions.html syntax extensions]": ...
    136 KB (18,349 words) - 01:16, 14 April 2024
  • USER>D FORLOOP^ROSETTA =={{header|XBS}}== ...
    94 KB (12,165 words) - 07:35, 15 April 2024
  • This example uses user-defined functions. ====User-Defined Compiler Optimization of Functions==== ...
    130 KB (17,671 words) - 21:01, 2 May 2024
  • #:user.Vector{:x 5, :y 5, :z -7} #:user.Vector{:x -267, :y 204, :z -3}</PRE> ...
    158 KB (23,842 words) - 08:42, 20 May 2024
  • '''User-defined mapping function:''' ...are modified by the function. The function can be any function, including user defined functions. ...
    108 KB (14,263 words) - 18:57, 18 May 2024
  • ...non-upper-case characters, but the tasks gives off the impression that the user will do that. =={{header|XBS}}== ...
    127 KB (16,563 words) - 16:14, 5 April 2024
  • ...tion. It uses code generation and <tt>eval</tt>. To avoid naming conflicts(user can pass <tt>'tmp'</tt>, which causes <tt>var tmp = tmp</tt>) it uses build 2) or user defined function ...
    112 KB (17,024 words) - 22:13, 4 March 2024
  • (interpreter never count before call a user function, except for calling events by using event object, =={{header|XBS}}== ...
    118 KB (14,076 words) - 13:39, 14 April 2024
  • ...tible with equality), either built-in to your language, or provided by the user. ...uational properties listed after the signature in brackets {}. There is no user written code in module NO-DUP-LIST. The binary operation (_ _) is associati ...
    156 KB (20,444 words) - 11:36, 2 February 2024
  • CL-USER> (angle-difference 20 45) CL-USER> (angle-difference -45 45) ...
    175 KB (17,168 words) - 19:49, 1 January 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)