case 2:

        {

        //Let the waters under the heaven be gathered together unto one place

        if waters.z<heaven.z

        gathering = gather(waters);

        appear(land);

        land.dry = true;

         land.called("Earth");

        gathering.called("Seas");

        earth.bring_forth(grass);

        earth.bring_forth(herb);

        herb.yield(seed);

        herb.seed.kind = herb.kind;

        earth.bring_forth(tree);

        tree.yield(fruit);

        fruit.contain(seed);

        fruit.seed.kind = tree.kind;

        day = 3; //And the evening and the morning were the third day

        creation(day);

        }

        break;

        case 3:

        {

        //Let there be lights

        repeat many_times

        {

        let_there_be(a_light);

        a_light.x=firmanent.x;

        a_light.y=firmanent.y;

        a_light.z=firmanent.z;

        }

        a_light.divide(day,night);

        a_light.let_them_be_for(signs);

        a_light.let_them_be_for(seasons);

        a_light.let_them_be_for(days);

        a_light.let_them_be_for(years);

         

        greater_light = make_great(a_light);

        lesser_light = make_great(a_light);

        greater_light.rule(day);

        lesser_light.rule(night);

        repeat

        make("star");

        with a_light

        give_light(x,y,z,earth.x,earth.y,earth.z);

        day = 4; //And the evening and the morning were the fourth day

You've reached the end of published parts.

⏰ Last updated: Nov 15, 2014 ⏰

Add this story to your Library to get notified about new parts!

Code Snippets of CreationWhere stories live. Discover now