• Announcements

    • Robin

      Welcome!   03/05/2016

      Welcome, everyone, to the new 910CMX Community Forums. I'm still working on getting them running, so things may change.  If you're a 910 Comic creator and need your forum recreated, let me know and I'll get on it right away.  I'll do my best to make this new place as fun as the last one!
Sign in to follow this  
ProfessorTomoe

Story: Monday, December 20, 2021

Recommended Posts

https://www.egscomics.com/comic/balance-096

#include <stdio.h>

// Variable declaration:
extern int Grace, Sarah;
extern int Elliot;
extern float Nanase;

int main () {

   /* variable definition: */
   int Grace, Sarah;
   int Elliot;
   float Nanase;
 
   /* actual initialization */
   Grace = 10;
   Sarah = 20;
  
   Elliot = Grace + Sarah;
   printf("value of Elliot : %d \n", Elliot);

   Nanase = 70.0/3.0;
   printf("value of Nanase : %f \n", Nanase);
 
   return 0;
}

 

Share this post


Link to post
Share on other sites

Holy #$%&, it's tomorrow already! I am up too late.

I like that, "float Nanase" :P

Dan could test change blindness by changing the phone in some of the panels.

Share this post


Link to post
Share on other sites

Either use winged comments or slash comments.  :-)  

Glad to see silly code written in C not some johnny come-lately toy language however.

Share this post


Link to post
Share on other sites

Does this mean our resident Seer will be PatentenTedd?

 . . . . . 

But seriously, does this confirm that Tedd can not effectively "Look" at the spells he is casting?

I wonder what would have happened if Tedd tried to "Look" at Pandora as she demonstrated how to make a wand?  I suspect severe retinal damage would have been possible

Share this post


Link to post
Share on other sites
7 minutes ago, Pharaoh RutinTutin said:

But seriously, does this confirm that Tedd can not effectively "Look" at the spells he is casting?

Well, they did look at themselves and understand their mark spell in a flash of light.  Which also gave them an explanation of their ability to "see" magic.  

Share this post


Link to post
Share on other sites
1 hour ago, Pharaoh RutinTutin said:

But seriously, does this confirm that Tedd can not effectively "Look" at the spells he is casting?

The problem, as I understand it, is that “looking” at Tedd’s own spell shows how it works for a Seer and not for a non-Seer. Tedd needs a non-Seer version so that the Glove Mk II will be usable by others.

Share this post


Link to post
Share on other sites
3 hours ago, ijuin said:

The problem, as I understand it, is that “looking” at Tedd’s own spell shows how it works for a Seer and not for a non-Seer. Tedd needs a non-Seer version so that the Glove Mk II will be usable by others.

That makes sense.  However this raises the question of the wand making wand, does it only make one kind of wand or is it a generic wand maker?

1 hour ago, Pharaoh RutinTutin said:

Should we be worried Arthur was able to follow Tedd's "logic"?

Nah, it was fairly easy to follow.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this