1::>x;{* x.le.3 : ("Janet"," and", " Julia")[x].ttyout; x++ *};

Stylish Women in Vibrant Tie-Dye Dresses and Hats
57
0
  • Squishy Plushie's avatar Artist
    Squishy Pl...
  • Prompt
    Read prompt
  • DDG Model
    AIVision
  • Access
    Public
  • Created
    2w ago
  • Try

More about 1::>x;{* x.le.3 : ("Janet"," and", " Julia")[x].ttyout; x++ *};

1 ::> x // Move 1 to x
{* // While, i.e. begin loop;
x.le.3 // x is less than or equal to 3 (loop condition);
: // Do (main body of loop);
("Janet", " and", " Julia") // Array of three strings;
[x] // Subscript the array;
.ttyout; // Output the chosen string to the terminal;
x++ // Add one to x;
*}; // Close the loop
// This code (written in ::SHE+ILA::) will output the text "Janet and Julia" :) ;
// By the way, Julia is the wooee with the red hat and shoes, while Janet has the purple ones. ;

Comments


Loading Dream Comments...

Discover more dreams from this artist