Blockland Forums > General Discussion
Torque
buildermanatee:
--- Quote from: tails on July 09, 2010, 01:29:23 PM ---Nearly every code has variables.*
--- End quote ---
There are two languages to which it requires a variable to be defined and recalled with a $ before its name are PHP and torque.
You did not read my post right. :p
C++:
type name[ = value];
PHP:
$name=value;
torque:
$name=value;
%name=value; //Does not work in console. :p
Lua:
[local] name[=value];
Do you understand yet?
SWAT One:
--- Quote from: tails on July 09, 2010, 01:29:23 PM ---Nearly every code has variables.*
--- End quote ---
He means Variable input patterns.
Warning - while you were typing a new reply has been posted. You may wish to review your post.
:c