It took me almost 8 years to grasp the vast and powerful learning software that is Scratch, but I don't understand what you're saying. What kind of system?
Offline
IDK, it'll take as long as need be. Try watching some video
tutorials.
Offline
It doesn't take that long to gain a general understanding of Scratch. The program itself is super simple, but you can do advanced things with it.
Offline
Rooker wrote:
It took me almost 8 years to grasp the vast and powerful learning software that is Scratch, but I don't understand what you're saying. What kind of system?
I don't think Scratch has been around for 8 years. More like 3 coming up 4.
Offline
ALPHABET (VARIABLES) V={A,B}
AXIOM (INITIATER) w=A
RULES: A=AB; B=A
O/P WILL BE
N=0 A( THE INITIATER WILL BE PRINTED)
N=1 AB(IN PLACE OF A IT WILL BE AB)
N=2 AB A(IN PLACE OF A IT IS AB AND INSTEAD OF B IT IS A)
N=3 AB A AB
N=4 AB A AB AB A
N=5 AB A AB AB A AB A AB
Offline