MSPA Forums
Page 4 of 4 FirstFirst 1234
Results 76 to 78 of 78

Thread: Novelty ~ATH Editor

  1. #76

    Re: Novelty ~ATH Editor

    There actually is a thread specifically for ~ATH scripts, as opposed to this one for this editor
    For example, it has my implementation of bubble sort, assuming .DIE() kills and bifurcation can be used in reverse.
    The thread is here: http://www.mspaforums.com/showthread...%7EATH+scripts

  2. #77

    Re: Novelty ~ATH Editor

    A while ago.
    Did I forget somewhere mentioning that scripts go here too?
    Because I thought it would make the most sense for them to mostly be in the same thread.

    It appears I made a mistake.
    Please elaborate.

  3. #78
    tomatenbrei's Avatar
    Join Date
    Jan 2013
    Location
    Germany
    Posts
    20

    Re: Novelty ~ATH Editor

    Quote Originally Posted by tacet View Post
    I made a little ~ATH program. What do you think? Any suggestions?

    Code:
    bifurcate THIS[THIS, THIS];
    import universe U1;
    import author A;
    import universe U2;
    
    ~ATH(U1) {
    
      ~ATH(A) {
      
        ~ATH(U2) {
    
    } EXECUTE(NULL);
    
    THIS.DIE();
    I'd guess that this Programm actually does the following:
    1. Divide into Red and Blue code.
    2. Import universe U1 (red);
    3. Wait for universe U1 to to End, while U1 is existant, do:
    3.1 import author A (blue);
    3.2 import Universe U2 (blue);
    3.3 Wait for A to to die, while A is alive, do:
    3.3.1 Wait for universe U2 to Die, while universe U2 is alive do:
    SYNTAX ERROR!
    There are 2 blue "}}" missing after "~ATH(U2) {" to make any sence i guess. If they were there, nothing would happen unless UNIVERSE U1 dies. Than, NULL would get executed (nothing'd happen) and then, the programm ends itself.

Page 4 of 4 FirstFirst 1234

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •