If you want to ask a question, make a suggestion or discuss anything else related to: ?? ?? Algorithms or ? B4XTurtle then post it here.
Last edited:
Dim Tracer As String = "cs fd 100 rt 90 fd 100 rt 90 fd 100 rt 90 fd 100"
Turtle.Execute(Tracer)
Dim Tracer As String = $"CS
SETPENCOLOR 12
REPEAT 4 [FD 100 RT 90]
PU
RT 45
FD 25
FILL
BACK 100
PD
LT 45
REPEAT 4 [FD 200 RT 90]
RT 45
FD 25
SETPENCOLOR 1
FILL"$
Turtle.Execute(Tracer)
The question is not "correct". It is not possible to do such thing because this is not the purpose of B4XTurtle (it's like asking: can you make coffee with this toaster?)So I understand that it is not possible to do such a thing?
You say this because you've never seen my toaster .. ?(it's like asking: can you make coffee with this toaster?)
B4XTurtle is a tool for teachers and parents that helps with teaching B4X programming.I'm not clear about the purpose of B4XTurtle
I did some research because I didn't know LOGO. Now your purpose is clear to me.B4XTurtle is a tool for teachers and parents that helps with teaching B4X programming.
You can do whatever you like but please don't create something that will later confuse other members as happened here: https://www.b4x.com/android/forum/threads/b4x-xui-sd-xuiview.96178/#contentBut the idea of using your new library to build an interpreter is not to be discarded.
Having had a look on this world I came up with some applications that could take advantage of this library
If that worries you, can stay calm.You can do whatever you like but please don't create something that will later confuse other members as happened here: https://www.b4x.com/android/forum/threads/b4x-xui-sd-xuiview.96178/#content
If you share it, give it a completely different name and don't post it in the "teaching forum". Otherwise it will only do harm.