I’m the only programmer in a different world~ The knowledge of my previous life, reincarnated and revived, is demon king class. I was abandoned by my family, but I feel like the law of the world liked me. Even if you asked me to come back, it would be too late. Strongest matchless with programmed spells~

Episode 22: The master, the magic tools that make magic tools, and the ring



“What do you mean? You can make more magic tools. Hey, you guys, get out of your seat.”

 I showed up at the former pickpocket’s manager.

“Motijime, there’s a lot of trouble right now.”

“The story I’m about to tell you is more dangerous. Do as I say.”

“wall”

“yes”

 The guard left the room, so I decided to continue talking.

“It’s a pain, but if you try hard you can make tens of thousands of them. Do you really need that many?”

“It’s so popular that if we continue like this, we’ll make a lot of enemies.”

“Boss, did you get warm after washing your feet from pickpockets? Just kill them.”

“Myra, you. You won’t survive long like that. We’re not murderers. We’re former pickpockets.”

“I do not care”

“I’ll adopt the policy Myra says when it’s out of the question. But is it so popular?”

“Ah, not only black merchants, but also honest merchants.

“Hmm, it would be nice to switch to low profit and high sales.

“Why don’t you try taking a disciple? Then they’ll make you one.”Seasoned plumAnbaiis”

“There’s a better way than that. A magic tool for making magic tools.”

“Hey, you guys. If you make something like that, there’ll be a war trying to steal that magical tool.”

“I can’t help it. will make good money for

“Thank you, Taite. I’m happy to receive anything. There are only three in this world.”

“That’s right. I’ll only make three. If I say that I took Motijime and Myra as my disciples, the existence of the magic tools will be a secret.”

 Okay, let’s make a magic tool.

 How about a spell like this?

extern MAGIC *magic_tool_init(void);

extern void magic_tool_write(MAGIC *mp,char *spell);

extern int mclose(MAGIC *mp);

void main(void)

{

 MAGIC *mp;

 mp=magic_tool_init();

 magic_tool_write(mp,”extern MAGIC *magic_tool_init(void); extern void magic_tool_write(MAGIC *mp,char *spell); extern int mclose(MAGIC *mp); void main(void){ MAGIC *mp; mp=magic_tool_init(); magic_tool_write(mp,”ここに呪文を入れる”); mclose(mp); } “);

 mclose(mp); /*Magic end processing*/

}

 I tried nesting the spells.

 A nested structure is a structure in which a baby turtle sits on top of a parent turtle.

 The trick is to replace “” with “”.

 By doing this, it will be treated as a string.

 A character string is a so-called sentence, and the part surrounded by “” is a sentence.

 That’s why I’m using four “” this time, but when I do this, it ends at the second “”.

 I use “” to avoid it.

 The magic tool for making magic tools has been completed.

“Should I make a ring out of magic stones for magic tools?”

“That’s nice.”

“No! Use something else like a bracelet or a necklace for the master!”

“Hey, Myra, don’t glare at me like you’re going to kill me. I understand. I’ll make you a bracelet.”

“I’ll put a ring on the tight one too.”

“I’m not particular about it, so I’ll just wear a ring.”

 The magic tool for making magic tools is completed.

 Making magic tools has become easy.

 Activating a magic tool is easier than chantless.

 I attached a magic tool to the pedestal of an old ring at a jewelry store.

 After returning from the jewelry store, Myra is busy making magic tools.

 Every once in a while, Myra would stop her work and stare at the three rings of her magic tools.

“You seem to like rings, so I’ll give you a better one next time.”

“This is good. This ring is useful for Tai, so it’s a special ring.”

 Well, as long as Myra likes it, there’s no problem.

 With magic tools, one magic tool can be made in one second.

 It is a calculation that about 20,000 magic tools can be made in a day.

 It’s only a matter of time before the magic tools we made are used all over the country.


Tip: You can use left, right, A and D keyboard keys to browse between chapters.