// Force Until Velocity Reached
float threshold = 2.0; // Cut off
float speed = length(@v);
if (speed > threshold)
{
force = 0;
}
what is the name of this language?
please give a source to me that i learn this language?
it is very complex for me because i dont know any language basics

